Class MicrosoftGraphTimeSlot
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTimeSlot
-
public final class MicrosoftGraphTimeSlot extends Object
timeSlot.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphTimeSlot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: timeSlot.MicrosoftGraphDateTimeZone
end()
Get the end property: dateTimeTimeZone.MicrosoftGraphDateTimeZone
start()
Get the start property: dateTimeTimeZone.void
validate()
Validates the instance.MicrosoftGraphTimeSlot
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: timeSlot.MicrosoftGraphTimeSlot
withEnd(MicrosoftGraphDateTimeZone end)
Set the end property: dateTimeTimeZone.MicrosoftGraphTimeSlot
withStart(MicrosoftGraphDateTimeZone start)
Set the start property: dateTimeTimeZone.
-
-
-
Method Detail
-
end
public MicrosoftGraphDateTimeZone end()
Get the end property: dateTimeTimeZone.- Returns:
- the end value.
-
withEnd
public MicrosoftGraphTimeSlot withEnd(MicrosoftGraphDateTimeZone end)
Set the end property: dateTimeTimeZone.- Parameters:
end
- the end value to set.- Returns:
- the MicrosoftGraphTimeSlot object itself.
-
start
public MicrosoftGraphDateTimeZone start()
Get the start property: dateTimeTimeZone.- Returns:
- the start value.
-
withStart
public MicrosoftGraphTimeSlot withStart(MicrosoftGraphDateTimeZone start)
Set the start property: dateTimeTimeZone.- Parameters:
start
- the start value to set.- Returns:
- the MicrosoftGraphTimeSlot object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: timeSlot.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphTimeSlot withAdditionalProperties(Map<String,Object> additionalProperties)
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.
-
-