public static class UserExtSocialAccounts.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserExtSocialAccounts |
build() |
UserExtSocialAccounts.Builder |
copy(UserExtSocialAccounts model) |
UserExtSocialAccounts.Builder |
display(String display)
A human readable name, primarily used for display purposes.
|
UserExtSocialAccounts.Builder |
ref(String ref)
The URI of the corresponding SocialAccount resource linked with the user
|
UserExtSocialAccounts.Builder |
value(String value) |
public UserExtSocialAccounts.Builder value(String value)
public UserExtSocialAccounts.Builder display(String display)
A human readable name, primarily used for display purposes. READ-ONLY.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
display
- the value to setpublic UserExtSocialAccounts.Builder ref(String ref)
The URI of the corresponding SocialAccount resource linked with the user
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic UserExtSocialAccounts build()
public UserExtSocialAccounts.Builder copy(UserExtSocialAccounts model)
Copyright © 2016–2024. All rights reserved.