Class MicrosoftGraphTimeSlot
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTimeSlot
timeSlot.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphTimeSlot class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: timeSlot.end()Get the end property: dateTimeTimeZone.start()Get the start property: dateTimeTimeZone.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: timeSlot.Set the end property: dateTimeTimeZone.Set the start property: dateTimeTimeZone.
-
Constructor Details
-
MicrosoftGraphTimeSlot
public MicrosoftGraphTimeSlot()Creates an instance of MicrosoftGraphTimeSlot class.
-
-
Method Details
-
end
Get the end property: dateTimeTimeZone.- Returns:
- the end value.
-
withEnd
Set the end property: dateTimeTimeZone.- Parameters:
end- the end value to set.- Returns:
- the MicrosoftGraphTimeSlot object itself.
-
start
Get the start property: dateTimeTimeZone.- Returns:
- the start value.
-
withStart
Set the start property: dateTimeTimeZone.- Parameters:
start- the start value to set.- Returns:
- the MicrosoftGraphTimeSlot object itself.
-
additionalProperties
Get the additionalProperties property: timeSlot.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: timeSlot.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphTimeSlot object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-