MicrosoftGraphScheduleEntity Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphScheduleEntity
- com.
Implements
public class MicrosoftGraphScheduleEntity
implements JsonSerializable<MicrosoftGraphScheduleEntity>
scheduleEntity.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphScheduleEntity() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Offset |
endDateTime()
Get the end |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Offset |
startDateTime()
Get the start |
Microsoft |
theme()
Get the theme property: schedule |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withEndDateTime(OffsetDateTime endDateTime)
Set the end |
Microsoft |
withStartDateTime(OffsetDateTime startDateTime)
Set the start |
Microsoft |
withTheme(MicrosoftGraphScheduleEntityTheme theme)
Set the theme property: schedule |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphScheduleEntity
public MicrosoftGraphScheduleEntity()
Creates an instance of MicrosoftGraphScheduleEntity class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: scheduleEntity.
Returns:
endDateTime
public OffsetDateTime endDateTime()
Get the endDateTime property: The endDateTime property.
Returns:
fromJson
public static MicrosoftGraphScheduleEntity fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphScheduleEntity from the JsonReader.
Parameters:
Returns:
Throws:
startDateTime
public OffsetDateTime startDateTime()
Get the startDateTime property: The startDateTime property.
Returns:
theme
public MicrosoftGraphScheduleEntityTheme theme()
Get the theme property: scheduleEntityTheme.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphScheduleEntity withAdditionalProperties(Map
Set the additionalProperties property: scheduleEntity.
Parameters:
Returns:
withEndDateTime
public MicrosoftGraphScheduleEntity withEndDateTime(OffsetDateTime endDateTime)
Set the endDateTime property: The endDateTime property.
Parameters:
Returns:
withStartDateTime
public MicrosoftGraphScheduleEntity withStartDateTime(OffsetDateTime startDateTime)
Set the startDateTime property: The startDateTime property.
Parameters:
Returns:
withTheme
public MicrosoftGraphScheduleEntity withTheme(MicrosoftGraphScheduleEntityTheme theme)
Set the theme property: scheduleEntityTheme.
Parameters:
Returns:
Applies to
Azure SDK for Java