Interface UserSetting.Builder

    • Method Detail

      • action

        UserSetting.Builder action​(String action)

        The action that is enabled or disabled.

        Parameters:
        action - The action that is enabled or disabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Action, Action
      • action

        UserSetting.Builder action​(Action action)

        The action that is enabled or disabled.

        Parameters:
        action - The action that is enabled or disabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Action, Action
      • permission

        UserSetting.Builder permission​(String permission)

        Indicates whether the action is enabled or disabled.

        Parameters:
        permission - Indicates whether the action is enabled or disabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Permission, Permission
      • permission

        UserSetting.Builder permission​(Permission permission)

        Indicates whether the action is enabled or disabled.

        Parameters:
        permission - Indicates whether the action is enabled or disabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Permission, Permission