Class AppEditableAttributes.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public AppEditableAttributes.Builder name​(String name)
        Name of the attribute.

        The attribute name will be qualified by schema name if any extension schema defines the attribute. The attribute name will not be qualified by schema name if the base schema defines the attribute.

        *Added In:** 18.2.6

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

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