Class Disallows.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • setDisallowedActions

        public Disallows.Builder setDisallowedActions​(EnumSet<Action> disallowedActions)
        Set the set of disallowed actions.
        Parameters:
        disallowedActions - The set of disallowed actions.
        Returns:
        A Disallows.Builder.
      • build

        public Disallows build()
        Description copied from interface: IModelObject.Builder
        Build a model object with the information set in the builder object.
        The type of the model object and its methods depend on its corresponding implementation.
        Returns:
        A model object.