Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphScheduleEntity
-
Packages that use MicrosoftGraphScheduleEntity Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphScheduleEntity in com.azure.resourcemanager.authorization.fluent.models
Subclasses of MicrosoftGraphScheduleEntity in com.azure.resourcemanager.authorization.fluent.models Modifier and Type Class Description class
MicrosoftGraphOpenShiftItem
openShiftItem.class
MicrosoftGraphShiftItem
shiftItem.class
MicrosoftGraphTimeOffItem
timeOffItem.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphScheduleEntity Modifier and Type Method Description MicrosoftGraphScheduleEntity
MicrosoftGraphScheduleEntity. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: scheduleEntity.MicrosoftGraphScheduleEntity
MicrosoftGraphScheduleEntity. withEndDateTime(OffsetDateTime endDateTime)
Set the endDateTime property: The endDateTime property.MicrosoftGraphScheduleEntity
MicrosoftGraphScheduleEntity. withStartDateTime(OffsetDateTime startDateTime)
Set the startDateTime property: The startDateTime property.MicrosoftGraphScheduleEntity
MicrosoftGraphScheduleEntity. withTheme(MicrosoftGraphScheduleEntityTheme theme)
Set the theme property: The theme property.
-