Class O365JobTeamRequest.Team

java.lang.Object
com.iland.core.web.rest.request.vbo.O365JobTeamRequest.Team
Enclosing class:
O365JobTeamRequest

public static class O365JobTeamRequest.Team extends Object
The Team request object.
  • Constructor Details

    • Team

      public Team(String description, String mail, String name, boolean backedUp, String nativeId)
      Creates a Team request object.
      Parameters:
      description - the description of the team.
      name - the team name.
      mail - the Email address of the team.
      backedUp - Specifies if this organization team is backed up.
      nativeId - the native Team ID
  • Method Details

    • getDescription

      public String getDescription()
      Get the team description.
      Returns:
      String the team description
    • getMail

      public String getMail()
      Gets the mail associated with this Team
      Returns:
      the mail associated with this Team
    • getName

      public String getName()
      Returns the team name.
      Returns:
      the team name
    • isBackedUp

      public boolean isBackedUp()
      Specifies if this organization team is backed up.
      Returns:
      whether team is backed up
    • getNativeId

      public String getNativeId()
      Get the Vbo team id.
      Returns:
      the vbo native team id