public static class SocialIdentityProviderRelayIdpParamMappings.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SocialIdentityProviderRelayIdpParamMappings |
build() |
SocialIdentityProviderRelayIdpParamMappings.Builder |
copy(SocialIdentityProviderRelayIdpParamMappings model) |
SocialIdentityProviderRelayIdpParamMappings.Builder |
relayParamKey(String relayParamKey)
Key or name of the relayParam.
|
SocialIdentityProviderRelayIdpParamMappings.Builder |
relayParamValue(String relayParamValue)
Value of the relayParam (if defined)
|
public SocialIdentityProviderRelayIdpParamMappings.Builder relayParamKey(String relayParamKey)
Key or name of the relayParam.
*Added In:** 2305190132
*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
relayParamKey
- the value to setpublic SocialIdentityProviderRelayIdpParamMappings.Builder relayParamValue(String relayParamValue)
Value of the relayParam (if defined)
*Added In:** 2305190132
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
relayParamValue
- the value to setpublic SocialIdentityProviderRelayIdpParamMappings build()
public SocialIdentityProviderRelayIdpParamMappings.Builder copy(SocialIdentityProviderRelayIdpParamMappings model)
Copyright © 2016–2024. All rights reserved.