public static class AppServiceParams.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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
name
- the value to setpublic 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
value
- the value to setpublic AppServiceParams build()
public AppServiceParams.Builder copy(AppServiceParams model)
Copyright © 2016–2024. All rights reserved.