| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
Team |
Team.Builder.build() |
Team |
Team.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Team |
Team.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Team |
Team.withClassification(String classification) |
Team |
Team.withDescription(String description) |
Team |
Team.withDiscoverySettings(TeamDiscoverySettings discoverySettings) |
Team |
Team.withDisplayName(String displayName) |
Team |
Team.withFunSettings(TeamFunSettings funSettings) |
Team |
Team.withGuestSettings(TeamGuestSettings guestSettings) |
Team |
Team.withInternalId(String internalId) |
Team |
Team.withIsArchived(Boolean isArchived) |
Team |
Team.withMemberSettings(TeamMemberSettings memberSettings) |
Team |
Team.withMessagingSettings(TeamMessagingSettings messagingSettings) |
Team |
Team.withSpecialization(TeamSpecialization specialization) |
Team |
Team.withVisibility(TeamVisibilityType visibility) |
Team |
Team.withWebUrl(String webUrl) |
Copyright © 2018–2020. All rights reserved.