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.MicrosoftGraphDateTimeZoneend()Get the end property: dateTimeTimeZone.MicrosoftGraphDateTimeZonestart()Get the start property: dateTimeTimeZone.voidvalidate()Validates the instance.MicrosoftGraphTimeSlotwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: timeSlot.MicrosoftGraphTimeSlotwithEnd(MicrosoftGraphDateTimeZone end)Set the end property: dateTimeTimeZone.MicrosoftGraphTimeSlotwithStart(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.
-
-