Class AppBasedOnTemplate.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • value

        public AppBasedOnTemplate.Builder value​(String value)
        Identifier of the application template.

        *SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: always - type: string - uniqueness: none

        Parameters:
        value - the value to set
        Returns:
        this builder
      • ref

        public AppBasedOnTemplate.Builder ref​(String ref)
        URI of the application template.

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

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

        public AppBasedOnTemplate.Builder lastModified​(String lastModified)
        The most recent DateTime that the appTemplate on which the application based upon is updated.

        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
      • wellKnownId

        public AppBasedOnTemplate.Builder wellKnownId​(String wellKnownId)
        Unique Well-known identifier used to reference app template.

        *Added In:** 18.2.6

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

        Parameters:
        wellKnownId - the value to set
        Returns:
        this builder