Class GroupPolicyDefinitionFile.Builder

    • Method Detail

      • description

        public GroupPolicyDefinitionFile.Builder description​(String description)
        “The localized description of the policy settings in the ADMX file. The default value is empty.”
        Parameters:
        description - value of description property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • displayName

        public GroupPolicyDefinitionFile.Builder displayName​(String displayName)
        “The localized friendly name of the ADMX file.”
        Parameters:
        displayName - value of displayName property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • languageCodes

        public GroupPolicyDefinitionFile.Builder languageCodes​(List<String> languageCodes)
        “The supported language codes for the ADMX file.”
        Parameters:
        languageCodes - value of languageCodes property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • languageCodes

        public GroupPolicyDefinitionFile.Builder languageCodes​(String... languageCodes)
        “The supported language codes for the ADMX file.”
        Parameters:
        languageCodes - value of languageCodes property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • languageCodesNextLink

        public GroupPolicyDefinitionFile.Builder languageCodesNextLink​(String languageCodesNextLink)
        “The supported language codes for the ADMX file.”
        Parameters:
        languageCodesNextLink - value of languageCodes@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • lastModifiedDateTime

        public GroupPolicyDefinitionFile.Builder lastModifiedDateTime​(OffsetDateTime lastModifiedDateTime)
        “The date and time the entity was last modified.”
        Parameters:
        lastModifiedDateTime - value of lastModifiedDateTime property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • policyType

        public GroupPolicyDefinitionFile.Builder policyType​(GroupPolicyType policyType)
        “Specifies the type of group policy.”
        Parameters:
        policyType - value of policyType property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • revision

        public GroupPolicyDefinitionFile.Builder revision​(String revision)
        “The revision version associated with the file.”
        Parameters:
        revision - value of revision property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • targetNamespace

        public GroupPolicyDefinitionFile.Builder targetNamespace​(String targetNamespace)
        “Specifies the URI used to identify the namespace within the ADMX file.”
        Parameters:
        targetNamespace - value of targetNamespace property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • targetPrefix

        public GroupPolicyDefinitionFile.Builder targetPrefix​(String targetPrefix)
        “Specifies the logical name that refers to the namespace within the ADMX file.”
        Parameters:
        targetPrefix - value of targetPrefix property (as defined in service metadata)
        Returns:
        this (for method chaining)