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