Interface UserSetting.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UserSetting.Builder,UserSetting>, SdkBuilder<UserSetting.Builder,UserSetting>, SdkPojo
Enclosing class:
UserSetting

public static interface UserSetting.Builder extends SdkPojo, CopyableBuilder<UserSetting.Builder,UserSetting>
  • Method Details

    • 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

      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:
    • 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

      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: