Class AppServiceParams.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppServiceParams.Builder
-
- Enclosing class:
- AppServiceParams
public static class AppServiceParams.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppServiceParams
build()
AppServiceParams.Builder
copy(AppServiceParams model)
AppServiceParams.Builder
name(String name)
The name of the attribute.AppServiceParams.Builder
value(String value)
The value of the attribute.
-
-
-
Method Detail
-
name
public AppServiceParams.Builder name(String name)
The name of the attribute.*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
name
- the value to set- Returns:
- this builder
-
value
public AppServiceParams.Builder value(String value)
The value of the attribute.*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
build
public AppServiceParams build()
-
copy
public AppServiceParams.Builder copy(AppServiceParams model)
-
-