Interface O365TeamResponse

All Known Implementing Classes:
ImmutableO365TeamResponse

public interface O365TeamResponse
O365 Team response.
Author:
Sachin Mittal
  • Method Details

    • description

      Optional<String> description()
      Get the team description.
    • displayName

      String displayName()
      Get the team display name.
    • mail

      Optional<String> mail()
      Get the email associated with this Team.
    • organizationUuid

      Optional<String> organizationUuid()
      Get the org platform uuid associated with this Team.
    • backedUp

      boolean backedUp()
      Whether this Team is backed up.
    • nativeId

      String nativeId()
      Get the native VBO id for this Team.