Class MicrosoftGraphFollowupFlag
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphFollowupFlag
-
public final class MicrosoftGraphFollowupFlag extends Object
followupFlag.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphFollowupFlag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: followupFlag.MicrosoftGraphDateTimeZone
completedDateTime()
Get the completedDateTime property: dateTimeTimeZone.MicrosoftGraphDateTimeZone
dueDateTime()
Get the dueDateTime property: dateTimeTimeZone.MicrosoftGraphFollowupFlagStatus
flagStatus()
Get the flagStatus property: The flagStatus property.MicrosoftGraphDateTimeZone
startDateTime()
Get the startDateTime property: dateTimeTimeZone.void
validate()
Validates the instance.MicrosoftGraphFollowupFlag
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: followupFlag.MicrosoftGraphFollowupFlag
withCompletedDateTime(MicrosoftGraphDateTimeZone completedDateTime)
Set the completedDateTime property: dateTimeTimeZone.MicrosoftGraphFollowupFlag
withDueDateTime(MicrosoftGraphDateTimeZone dueDateTime)
Set the dueDateTime property: dateTimeTimeZone.MicrosoftGraphFollowupFlag
withFlagStatus(MicrosoftGraphFollowupFlagStatus flagStatus)
Set the flagStatus property: The flagStatus property.MicrosoftGraphFollowupFlag
withStartDateTime(MicrosoftGraphDateTimeZone startDateTime)
Set the startDateTime property: dateTimeTimeZone.
-
-
-
Method Detail
-
completedDateTime
public MicrosoftGraphDateTimeZone completedDateTime()
Get the completedDateTime property: dateTimeTimeZone.- Returns:
- the completedDateTime value.
-
withCompletedDateTime
public MicrosoftGraphFollowupFlag withCompletedDateTime(MicrosoftGraphDateTimeZone completedDateTime)
Set the completedDateTime property: dateTimeTimeZone.- Parameters:
completedDateTime
- the completedDateTime value to set.- Returns:
- the MicrosoftGraphFollowupFlag object itself.
-
dueDateTime
public MicrosoftGraphDateTimeZone dueDateTime()
Get the dueDateTime property: dateTimeTimeZone.- Returns:
- the dueDateTime value.
-
withDueDateTime
public MicrosoftGraphFollowupFlag withDueDateTime(MicrosoftGraphDateTimeZone dueDateTime)
Set the dueDateTime property: dateTimeTimeZone.- Parameters:
dueDateTime
- the dueDateTime value to set.- Returns:
- the MicrosoftGraphFollowupFlag object itself.
-
flagStatus
public MicrosoftGraphFollowupFlagStatus flagStatus()
Get the flagStatus property: The flagStatus property.- Returns:
- the flagStatus value.
-
withFlagStatus
public MicrosoftGraphFollowupFlag withFlagStatus(MicrosoftGraphFollowupFlagStatus flagStatus)
Set the flagStatus property: The flagStatus property.- Parameters:
flagStatus
- the flagStatus value to set.- Returns:
- the MicrosoftGraphFollowupFlag object itself.
-
startDateTime
public MicrosoftGraphDateTimeZone startDateTime()
Get the startDateTime property: dateTimeTimeZone.- Returns:
- the startDateTime value.
-
withStartDateTime
public MicrosoftGraphFollowupFlag withStartDateTime(MicrosoftGraphDateTimeZone startDateTime)
Set the startDateTime property: dateTimeTimeZone.- Parameters:
startDateTime
- the startDateTime value to set.- Returns:
- the MicrosoftGraphFollowupFlag object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: followupFlag.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphFollowupFlag withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: followupFlag.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphFollowupFlag object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-