Class O365PartialOrgJobItemsResponse

java.lang.Object
com.iland.core.web.rest.response.vbo.O365PartialOrgJobItemsResponse

public final class O365PartialOrgJobItemsResponse extends Object
O365 job selected items response for PartialOrganization type.
Author:
Sachin Mittal
  • Constructor Summary

    Constructors
    Constructor
    Description
    O365PartialOrgJobItemsResponse(String id, boolean mailbox, boolean oneDrive, boolean archiveMailbox, boolean site, boolean teams, Boolean teamsChats)
    Creates the O365 PartialOrganization backup item type response.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the VBO id of the selected item.
    boolean
    Specifies if this backup job will include Archive Mailbox processing option.
    boolean
    Specifies if this backup job will include Mailbox processing option.
    boolean
    Specifies if this backup job will include OneDrive processing option.
    boolean
    Specifies if this backup job will include SharePoint sites processing option.
    boolean
    Specifies if this backup job will include Teams processing option.
    Specifies if this backup job will include Teams chats processing option.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • O365PartialOrgJobItemsResponse

      public O365PartialOrgJobItemsResponse(String id, boolean mailbox, boolean oneDrive, boolean archiveMailbox, boolean site, boolean teams, Boolean teamsChats)
      Creates the O365 PartialOrganization backup item type response.
      Parameters:
      id - the Veeam native id of the partial organization.
      mailbox - Specifies if this backup job will include Mailbox processing option.
      oneDrive - Specifies if this backup job will include OneDrive processing option.
      archiveMailbox - Specifies if this backup job will include Archive Mailbox processing option.
      site - Specifies if this backup job will include SharePoint sites processing option.
      teams - Specifies if this backup job will include Teams processing option.
      teamsChats - Specifies if this backup job will include Teams chat processing option.
  • Method Details

    • isMailbox

      public boolean isMailbox()
      Specifies if this backup job will include Mailbox processing option.
      Returns:
      the Mailbox processing option.
    • isOneDrive

      public boolean isOneDrive()
      Specifies if this backup job will include OneDrive processing option.
      Returns:
      the OneDrive processing option.
    • isArchiveMailbox

      public boolean isArchiveMailbox()
      Specifies if this backup job will include Archive Mailbox processing option.
      Returns:
      the Archive Mailbox processing option.
    • isSite

      public boolean isSite()
      Specifies if this backup job will include SharePoint sites processing option.
      Returns:
      the site processing option.
    • isTeams

      public boolean isTeams()
      Specifies if this backup job will include Teams processing option.
      Returns:
      the teams processing option.
    • isTeamsChats

      public Boolean isTeamsChats()
      Specifies if this backup job will include Teams chats processing option.
      Returns:
      the teams processing option.
    • getId

      public String getId()
      Specifies the VBO id of the selected item.
      Returns:
      the id of the item