Class UserExtPreferredDevice.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • value

        public UserExtPreferredDevice.Builder value​(String value)
        The user’s preferred device identifier.

        *Added In:** 18.3.6

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

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

        public UserExtPreferredDevice.Builder ref​(String ref)
        The URI that corresponds to the device resource.

        *Added In:** 18.3.6

        *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
      • display

        public UserExtPreferredDevice.Builder display​(String display)
        The device display name.

        *Added In:** 18.3.6

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

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