Class SocialIdentityProviderRelayIdpParamMappings.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.SocialIdentityProviderRelayIdpParamMappings.Builder
 
- 
- Enclosing class:
- SocialIdentityProviderRelayIdpParamMappings
 
 public static class SocialIdentityProviderRelayIdpParamMappings.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SocialIdentityProviderRelayIdpParamMappingsbuild()SocialIdentityProviderRelayIdpParamMappings.Buildercopy(SocialIdentityProviderRelayIdpParamMappings model)SocialIdentityProviderRelayIdpParamMappings.BuilderrelayParamKey(String relayParamKey)Key or name of the relayParam.SocialIdentityProviderRelayIdpParamMappings.BuilderrelayParamValue(String relayParamValue)Value of the relayParam (if defined)
 
- 
- 
- 
Method Detail- 
relayParamKeypublic 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
 
 - 
relayParamValuepublic 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
 
 - 
buildpublic SocialIdentityProviderRelayIdpParamMappings build() 
 - 
copypublic SocialIdentityProviderRelayIdpParamMappings.Builder copy(SocialIdentityProviderRelayIdpParamMappings model) 
 
- 
 
-