Class Meta.Builder

  • Enclosing class:
    Meta

    public static class Meta.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • resourceType

        public Meta.Builder resourceType​(String resourceType)
        Name of the resource type of the resource–for example, Users or Groups

        *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none

        Parameters:
        resourceType - the value to set
        Returns:
        this builder
      • created

        public Meta.Builder created​(String created)
        The DateTime the Resource was added to the Service Provider

        *SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: dateTime - uniqueness: none

        Parameters:
        created - the value to set
        Returns:
        this builder
      • lastModified

        public Meta.Builder lastModified​(String lastModified)
        The most recent DateTime that the details of this Resource were updated at the Service Provider.

        If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

        *SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: dateTime - uniqueness: none

        Parameters:
        lastModified - the value to set
        Returns:
        this builder
      • location

        public Meta.Builder location​(String location)
        The URI of the Resource being returned.

        This value MUST be the same as the Location HTTP response header.

        *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none

        Parameters:
        location - the value to set
        Returns:
        this builder
      • version

        public Meta.Builder version​(String version)
        The version of the Resource being returned.

        This value must be the same as the ETag HTTP response header.

        *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none

        Parameters:
        version - the value to set
        Returns:
        this builder
      • build

        public Meta build()