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
-
public final class MicrosoftGraphSchedulingGroup extends MicrosoftGraphChangeTrackedEntity
schedulingGroup.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphSchedulingGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: schedulingGroup.String
displayName()
Get the displayName property: The display name for the schedulingGroup.Boolean
isActive()
Get the isActive property: Indicates whether the schedulingGroup can be used when creating new entities or updating existing ones.List<String>
userIds()
Get the userIds property: The list of user IDs that are a member of the schedulingGroup.void
validate()
Validates the instance.MicrosoftGraphSchedulingGroup
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: schedulingGroup.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
withDisplayName(String displayName)
Set the displayName property: The display name for the schedulingGroup.MicrosoftGraphSchedulingGroup
withId(String id)
Set the id property: Read-only.MicrosoftGraphSchedulingGroup
withIsActive(Boolean isActive)
Set the isActive property: Indicates whether the schedulingGroup can be used when creating new entities or updating existing ones.MicrosoftGraphSchedulingGroup
withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)
Set the lastModifiedBy property: identitySet.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
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, lastModifiedDateTime
-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
displayName
public String displayName()
Get the displayName property: The display name for the schedulingGroup. Required.- Returns:
- the displayName value.
-
withDisplayName
public MicrosoftGraphSchedulingGroup withDisplayName(String displayName)
Set the displayName property: The display name for the schedulingGroup. Required.- Parameters:
displayName
- the displayName value to set.- Returns:
- the MicrosoftGraphSchedulingGroup object itself.
-
isActive
public Boolean 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
public MicrosoftGraphSchedulingGroup withIsActive(Boolean isActive)
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
public List<String> userIds()
Get the userIds property: The list of user IDs that are a member of the schedulingGroup. Required.- Returns:
- the userIds value.
-
withUserIds
public MicrosoftGraphSchedulingGroup withUserIds(List<String> userIds)
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
public Map<String,Object> additionalProperties()
Get the additionalProperties property: schedulingGroup.- Overrides:
additionalProperties
in classMicrosoftGraphChangeTrackedEntity
- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphSchedulingGroup withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: schedulingGroup.- Overrides:
withAdditionalProperties
in classMicrosoftGraphChangeTrackedEntity
- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphSchedulingGroup object itself.
-
withCreatedDateTime
public 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. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.- Overrides:
withCreatedDateTime
in classMicrosoftGraphChangeTrackedEntity
- Parameters:
createdDateTime
- the createdDateTime value to set.- Returns:
- the MicrosoftGraphChangeTrackedEntity object itself.
-
withLastModifiedBy
public MicrosoftGraphSchedulingGroup withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy)
Set the lastModifiedBy property: identitySet.- Overrides:
withLastModifiedBy
in classMicrosoftGraphChangeTrackedEntity
- Parameters:
lastModifiedBy
- the lastModifiedBy value to set.- Returns:
- the MicrosoftGraphChangeTrackedEntity object itself.
-
withLastModifiedDateTime
public 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. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.- Overrides:
withLastModifiedDateTime
in classMicrosoftGraphChangeTrackedEntity
- Parameters:
lastModifiedDateTime
- the lastModifiedDateTime value to set.- Returns:
- the MicrosoftGraphChangeTrackedEntity object itself.
-
withId
public MicrosoftGraphSchedulingGroup withId(String id)
Set the id property: Read-only.- Overrides:
withId
in classMicrosoftGraphChangeTrackedEntity
- Parameters:
id
- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classMicrosoftGraphChangeTrackedEntity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-