Class O365BreakOutCategoryPolicies


  • public final class O365BreakOutCategoryPolicies
    extends Object
    Office365 breakout categories.
    • Constructor Detail

      • O365BreakOutCategoryPolicies

        public O365BreakOutCategoryPolicies()
    • Method Detail

      • allow

        public Boolean allow()
        Get the allow property: Flag to control allow category.
        Returns:
        the allow value.
      • withAllow

        public O365BreakOutCategoryPolicies withAllow​(Boolean allow)
        Set the allow property: Flag to control allow category.
        Parameters:
        allow - the allow value to set.
        Returns:
        the O365BreakOutCategoryPolicies object itself.
      • optimize

        public Boolean optimize()
        Get the optimize property: Flag to control optimize category.
        Returns:
        the optimize value.
      • withOptimize

        public O365BreakOutCategoryPolicies withOptimize​(Boolean optimize)
        Set the optimize property: Flag to control optimize category.
        Parameters:
        optimize - the optimize value to set.
        Returns:
        the O365BreakOutCategoryPolicies object itself.
      • defaultProperty

        public Boolean defaultProperty()
        Get the defaultProperty property: Flag to control default category.
        Returns:
        the defaultProperty value.
      • withDefaultProperty

        public O365BreakOutCategoryPolicies withDefaultProperty​(Boolean defaultProperty)
        Set the defaultProperty property: Flag to control default category.
        Parameters:
        defaultProperty - the defaultProperty value to set.
        Returns:
        the O365BreakOutCategoryPolicies object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.