public static class AppExtensionWebTierPolicyApp.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppExtensionWebTierPolicyApp |
build() |
AppExtensionWebTierPolicyApp.Builder |
copy(AppExtensionWebTierPolicyApp model) |
AppExtensionWebTierPolicyApp.Builder |
resourceRef(Boolean resourceRef)
If this Attribute is true, resource ref id and resource ref name attributes will we
included in wtp json response.
|
AppExtensionWebTierPolicyApp.Builder |
webTierPolicyAZControl(AppExtensionWebTierPolicyApp.WebTierPolicyAZControl webTierPolicyAZControl)
Webtier policy AZ Control
|
AppExtensionWebTierPolicyApp.Builder |
webTierPolicyJson(String webTierPolicyJson)
Store the web tier policy for an application as a string in Javascript Object
Notification (JSON) format.
|
public AppExtensionWebTierPolicyApp.Builder webTierPolicyJson(String webTierPolicyJson)
Store the web tier policy for an application as a string in Javascript Object Notification (JSON) format.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: request - type: string - uniqueness: none
webTierPolicyJson
- the value to setpublic AppExtensionWebTierPolicyApp.Builder webTierPolicyAZControl(AppExtensionWebTierPolicyApp.WebTierPolicyAZControl webTierPolicyAZControl)
Webtier policy AZ Control
*Added In:** 19.2.1
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
webTierPolicyAZControl
- the value to setpublic AppExtensionWebTierPolicyApp.Builder resourceRef(Boolean resourceRef)
If this Attribute is true, resource ref id and resource ref name attributes will we included in wtp json response.
*Added In:** 19.2.1
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
resourceRef
- the value to setpublic AppExtensionWebTierPolicyApp build()
public AppExtensionWebTierPolicyApp.Builder copy(AppExtensionWebTierPolicyApp model)
Copyright © 2016–2024. All rights reserved.