Class MicrosoftGraphSchedulingGroup
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChangeTrackedEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSchedulingGroup
schedulingGroup.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphSchedulingGroup class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: schedulingGroup.Get the displayName property: The display name for the schedulingGroup.isActive()Get the isActive property: Indicates whether the schedulingGroup can be used when creating new entities or updating existing ones.userIds()Get the userIds property: The list of user IDs that are a member of the schedulingGroup.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: schedulingGroup.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.withDisplayName(String displayName) Set the displayName property: The display name for the schedulingGroup.Set the id property: Read-only.withIsActive(Boolean isActive) Set the isActive property: Indicates whether the schedulingGroup can be used when creating new entities or updating existing ones.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.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.withUserIds(List<String> userIds) Set the userIds property: The list of user IDs that are a member of the schedulingGroup.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChangeTrackedEntity
createdDateTime, lastModifiedBy, lastModifiedDateTimeMethods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphSchedulingGroup
public MicrosoftGraphSchedulingGroup()Creates an instance of MicrosoftGraphSchedulingGroup class.
-
-
Method Details
-
displayName
Get the displayName property: The display name for the schedulingGroup. Required.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: The display name for the schedulingGroup. Required.- Parameters:
displayName- the displayName value to set.- Returns:
- the MicrosoftGraphSchedulingGroup object itself.
-
isActive
Get the isActive property: Indicates whether the schedulingGroup can be used when creating new entities or updating existing ones. Required.- Returns:
- the isActive value.
-
withIsActive
Set the isActive property: Indicates whether the schedulingGroup can be used when creating new entities or updating existing ones. Required.- Parameters:
isActive- the isActive value to set.- Returns:
- the MicrosoftGraphSchedulingGroup object itself.
-
userIds
Get the userIds property: The list of user IDs that are a member of the schedulingGroup. Required.- Returns:
- the userIds value.
-
withUserIds
Set the userIds property: The list of user IDs that are a member of the schedulingGroup. Required.- Parameters:
userIds- the userIds value to set.- Returns:
- the MicrosoftGraphSchedulingGroup object itself.
-
additionalProperties
Get the additionalProperties property: schedulingGroup.- Overrides:
additionalPropertiesin classMicrosoftGraphChangeTrackedEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphSchedulingGroup withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: schedulingGroup.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphChangeTrackedEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphSchedulingGroup object itself.
-
withCreatedDateTime
Set the createdDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.- Overrides:
withCreatedDateTimein classMicrosoftGraphChangeTrackedEntity- Parameters:
createdDateTime- the createdDateTime value to set.- Returns:
- the MicrosoftGraphChangeTrackedEntity object itself.
-
withLastModifiedBy
Set the lastModifiedBy property: identitySet.- Overrides:
withLastModifiedByin classMicrosoftGraphChangeTrackedEntity- Parameters:
lastModifiedBy- the lastModifiedBy value to set.- Returns:
- the MicrosoftGraphChangeTrackedEntity object itself.
-
withLastModifiedDateTime
Set the lastModifiedDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.- Overrides:
withLastModifiedDateTimein classMicrosoftGraphChangeTrackedEntity- Parameters:
lastModifiedDateTime- the lastModifiedDateTime value to set.- Returns:
- the MicrosoftGraphChangeTrackedEntity object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphChangeTrackedEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphChangeTrackedEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-