Class AppExtensionWebTierPolicyApp.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • webTierPolicyJson

        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

        Parameters:
        webTierPolicyJson - the value to set
        Returns:
        this builder
      • webTierPolicyAZControl

        public 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

        Parameters:
        webTierPolicyAZControl - the value to set
        Returns:
        this builder
      • resourceRef

        public 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

        Parameters:
        resourceRef - the value to set
        Returns:
        this builder