MicrosoftGraphSchedulingGroup |
MicrosoftGraphSchedulingGroup.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: schedulingGroup.
|
MicrosoftGraphSchedulingGroup |
MicrosoftGraphSchedulingGroup.withCreatedDateTime(OffsetDateTime createdDateTime) |
Set the createdDateTime property: The Timestamp type represents date and time information using ISO 8601 format
and is always in UTC time.
|
MicrosoftGraphSchedulingGroup |
MicrosoftGraphSchedulingGroup.withDisplayName(String displayName) |
Set the displayName property: The display name for the schedulingGroup.
|
MicrosoftGraphSchedulingGroup |
MicrosoftGraphSchedulingGroup.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphSchedulingGroup |
MicrosoftGraphSchedulingGroup.withIsActive(Boolean isActive) |
Set the isActive property: Indicates whether the schedulingGroup can be used when creating new entities or
updating existing ones.
|
MicrosoftGraphSchedulingGroup |
MicrosoftGraphSchedulingGroup.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) |
Set the lastModifiedBy property: identitySet.
|
MicrosoftGraphSchedulingGroup |
MicrosoftGraphSchedulingGroup.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Set the lastModifiedDateTime property: The Timestamp type represents date and time information using ISO 8601
format and is always in UTC time.
|
MicrosoftGraphSchedulingGroup |
MicrosoftGraphSchedulingGroup.withUserIds(List<String> userIds) |
Set the userIds property: The list of user IDs that are a member of the schedulingGroup.
|