Class AppSamlServiceProvider.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppSamlServiceProvider.Builder
-
- Enclosing class:
- AppSamlServiceProvider
public static class AppSamlServiceProvider.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppSamlServiceProvider
build()
AppSamlServiceProvider.Builder
copy(AppSamlServiceProvider model)
AppSamlServiceProvider.Builder
ref(String ref)
The URI of the App that acts as a Service Provider.AppSamlServiceProvider.Builder
value(String value)
The id of the App that acts as a Service Provider.
-
-
-
Method Detail
-
value
public AppSamlServiceProvider.Builder value(String value)
The id of the App that acts as a Service Provider.*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: always - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public AppSamlServiceProvider.Builder ref(String ref)
The URI of the App that acts as a Service Provider.*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
-
build
public AppSamlServiceProvider build()
-
copy
public AppSamlServiceProvider.Builder copy(AppSamlServiceProvider model)
-
-