public class Team extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
ChannelCollectionPage |
channels
The Channels.
|
java.lang.String |
classification
The Classification.
|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
java.lang.String |
description
The Description.
|
java.lang.String |
displayName
The Display Name.
|
TeamFunSettings |
funSettings
The Fun Settings.
|
Group |
group
The Group.
|
TeamGuestSettings |
guestSettings
The Guest Settings.
|
TeamsAppInstallationCollectionPage |
installedApps
The Installed Apps.
|
java.lang.String |
internalId
The Internal Id.
|
java.lang.Boolean |
isArchived
The Is Archived.
|
ConversationMemberCollectionPage |
members
The Members.
|
TeamMemberSettings |
memberSettings
The Member Settings.
|
TeamMessagingSettings |
messagingSettings
The Messaging Settings.
|
TeamsAsyncOperationCollectionPage |
operations
The Operations.
|
Channel |
primaryChannel
The Primary Channel.
|
Schedule |
schedule
The Schedule.
|
TeamSpecialization |
specialization
The Specialization.
|
TeamsTemplate |
template
The Template.
|
TeamVisibilityType |
visibility
The Visibility.
|
java.lang.String |
webUrl
The Web Url.
|
Constructor and Description |
---|
Team() |
Modifier and Type | Method and Description |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="classification", alternate="Classification") @Expose @Nullable public java.lang.String classification
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public java.time.OffsetDateTime createdDateTime
@SerializedName(value="description", alternate="Description") @Expose @Nullable public java.lang.String description
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public java.lang.String displayName
@SerializedName(value="funSettings", alternate="FunSettings") @Expose @Nullable public TeamFunSettings funSettings
@SerializedName(value="guestSettings", alternate="GuestSettings") @Expose @Nullable public TeamGuestSettings guestSettings
@SerializedName(value="internalId", alternate="InternalId") @Expose @Nullable public java.lang.String internalId
@SerializedName(value="isArchived", alternate="IsArchived") @Expose @Nullable public java.lang.Boolean isArchived
@SerializedName(value="memberSettings", alternate="MemberSettings") @Expose @Nullable public TeamMemberSettings memberSettings
@SerializedName(value="messagingSettings", alternate="MessagingSettings") @Expose @Nullable public TeamMessagingSettings messagingSettings
@SerializedName(value="specialization", alternate="Specialization") @Expose @Nullable public TeamSpecialization specialization
@SerializedName(value="visibility", alternate="Visibility") @Expose @Nullable public TeamVisibilityType visibility
@SerializedName(value="webUrl", alternate="WebUrl") @Expose @Nullable public java.lang.String webUrl
@SerializedName(value="schedule", alternate="Schedule") @Expose @Nullable public Schedule schedule
@SerializedName(value="channels", alternate="Channels") @Expose @Nullable public ChannelCollectionPage channels
@SerializedName(value="group", alternate="Group") @Expose @Nullable public Group group
@SerializedName(value="installedApps", alternate="InstalledApps") @Expose @Nullable public TeamsAppInstallationCollectionPage installedApps
@SerializedName(value="members", alternate="Members") @Expose @Nullable public ConversationMemberCollectionPage members
@SerializedName(value="operations", alternate="Operations") @Expose @Nullable public TeamsAsyncOperationCollectionPage operations
@SerializedName(value="primaryChannel", alternate="PrimaryChannel") @Expose @Nullable public Channel primaryChannel
@SerializedName(value="template", alternate="Template") @Expose @Nullable public TeamsTemplate template
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to