MicrosoftGraphScheduleEntity Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphScheduleEntity

public class MicrosoftGraphScheduleEntity

scheduleEntity.

Constructor Summary

Constructor Description
MicrosoftGraphScheduleEntity()

Creates an instance of MicrosoftGraphScheduleEntity class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: scheduleEntity.

OffsetDateTime endDateTime()

Get the endDateTime property: The endDateTime property.

OffsetDateTime startDateTime()

Get the startDateTime property: The startDateTime property.

MicrosoftGraphScheduleEntityTheme theme()

Get the theme property: scheduleEntityTheme.

void validate()

Validates the instance.

MicrosoftGraphScheduleEntity withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: scheduleEntity.

MicrosoftGraphScheduleEntity withEndDateTime(OffsetDateTime endDateTime)

Set the endDateTime property: The endDateTime property.

MicrosoftGraphScheduleEntity withStartDateTime(OffsetDateTime startDateTime)

Set the startDateTime property: The startDateTime property.

MicrosoftGraphScheduleEntity withTheme(MicrosoftGraphScheduleEntityTheme theme)

Set the theme property: scheduleEntityTheme.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphScheduleEntity

public MicrosoftGraphScheduleEntity()

Creates an instance of MicrosoftGraphScheduleEntity class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: scheduleEntity.

Returns:

the additionalProperties value.

endDateTime

public OffsetDateTime endDateTime()

Get the endDateTime property: The endDateTime property.

Returns:

the endDateTime value.

startDateTime

public OffsetDateTime startDateTime()

Get the startDateTime property: The startDateTime property.

Returns:

the startDateTime value.

theme

public MicrosoftGraphScheduleEntityTheme theme()

Get the theme property: scheduleEntityTheme.

Returns:

the theme value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public MicrosoftGraphScheduleEntity withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: scheduleEntity.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphScheduleEntity object itself.

withEndDateTime

public MicrosoftGraphScheduleEntity withEndDateTime(OffsetDateTime endDateTime)

Set the endDateTime property: The endDateTime property.

Parameters:

endDateTime - the endDateTime value to set.

Returns:

the MicrosoftGraphScheduleEntity object itself.

withStartDateTime

public MicrosoftGraphScheduleEntity withStartDateTime(OffsetDateTime startDateTime)

Set the startDateTime property: The startDateTime property.

Parameters:

startDateTime - the startDateTime value to set.

Returns:

the MicrosoftGraphScheduleEntity object itself.

withTheme

public MicrosoftGraphScheduleEntity withTheme(MicrosoftGraphScheduleEntityTheme theme)

Set the theme property: scheduleEntityTheme.

Parameters:

theme - the theme value to set.

Returns:

the MicrosoftGraphScheduleEntity object itself.

Applies to