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