public static class AppTrustPolicies.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppTrustPolicies |
build() |
AppTrustPolicies.Builder |
copy(AppTrustPolicies model) |
AppTrustPolicies.Builder |
ref(String ref)
URI of the policy.
|
AppTrustPolicies.Builder |
value(String value)
Identifier of the Policy.
|
public AppTrustPolicies.Builder value(String value)
Identifier of the Policy.
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic AppTrustPolicies.Builder ref(String ref)
URI of the policy.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic AppTrustPolicies build()
public AppTrustPolicies.Builder copy(AppTrustPolicies model)
Copyright © 2016–2024. All rights reserved.