Class SocialIdentityProviderRelayIdpParamMappings.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.SocialIdentityProviderRelayIdpParamMappings.Builder
-
- Enclosing class:
- SocialIdentityProviderRelayIdpParamMappings
public static class SocialIdentityProviderRelayIdpParamMappings.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
relayParamKey
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
- Parameters:
relayParamKey
- the value to set- Returns:
- this builder
-
relayParamValue
public 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
- Parameters:
relayParamValue
- the value to set- Returns:
- this builder
-
build
public SocialIdentityProviderRelayIdpParamMappings build()
-
copy
public SocialIdentityProviderRelayIdpParamMappings.Builder copy(SocialIdentityProviderRelayIdpParamMappings model)
-
-