MicrosoftGraphTimeSlot Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphTimeSlot
- com.
Implements
public final class MicrosoftGraphTimeSlot
implements JsonSerializable<MicrosoftGraphTimeSlot>
timeSlot.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphTimeSlot() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Microsoft |
end()
Get the end property: date |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Microsoft |
start()
Get the start property: date |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withEnd(MicrosoftGraphDateTimeZone end)
Set the end property: date |
Microsoft |
withStart(MicrosoftGraphDateTimeZone start)
Set the start property: date |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphTimeSlot
public MicrosoftGraphTimeSlot()
Creates an instance of MicrosoftGraphTimeSlot class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: timeSlot.
Returns:
end
public MicrosoftGraphDateTimeZone end()
Get the end property: dateTimeTimeZone.
Returns:
fromJson
public static MicrosoftGraphTimeSlot fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphTimeSlot from the JsonReader.
Parameters:
Returns:
Throws:
start
public MicrosoftGraphDateTimeZone start()
Get the start property: dateTimeTimeZone.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphTimeSlot withAdditionalProperties(Map
Set the additionalProperties property: timeSlot.
Parameters:
Returns:
withEnd
public MicrosoftGraphTimeSlot withEnd(MicrosoftGraphDateTimeZone end)
Set the end property: dateTimeTimeZone.
Parameters:
Returns:
withStart
public MicrosoftGraphTimeSlot withStart(MicrosoftGraphDateTimeZone start)
Set the start property: dateTimeTimeZone.
Parameters:
Returns:
Applies to
Azure SDK for Java