Class O365SearchSessionStartRequest

java.lang.Object
com.iland.core.web.rest.request.vbo.O365SearchSessionStartRequest

public final class O365SearchSessionStartRequest extends Object
Request body for opening a Search Backups session. All fields are optional. When restorePointUuid is omitted the session is opened against the latest restore point for the session type.
  • Constructor Details

    • O365SearchSessionStartRequest

      public O365SearchSessionStartRequest()
      Default constructor for deserialization.
  • Method Details

    • getRestorePointUuid

      public String getRestorePointUuid()
      Returns the optional restore point uuid to open the session against.
      Returns:
      the restore point uuid, or null for the latest
    • isIncludeDeletedItems

      public boolean isIncludeDeletedItems()
      Returns whether deleted items should be included.
      Returns:
      true to include deleted items
    • isShowAllVersions

      public boolean isShowAllVersions()
      Returns whether all versions should be shown.
      Returns:
      true to show all versions