Interface O365TeamResponse
- All Known Implementing Classes:
ImmutableO365TeamResponse
public interface O365TeamResponse
O365 Team response.
- Author:
- Sachin Mittal
-
Method Summary
-
Method Details
-
description
Get the team description. -
displayName
String displayName()Get the team display name. -
mail
Get the email associated with this Team. -
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.
-