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.MicrosoftGraphDateTimeZonecompletedDateTime()Get the completedDateTime property: dateTimeTimeZone.MicrosoftGraphDateTimeZonedueDateTime()Get the dueDateTime property: dateTimeTimeZone.MicrosoftGraphFollowupFlagStatusflagStatus()Get the flagStatus property: The flagStatus property.MicrosoftGraphDateTimeZonestartDateTime()Get the startDateTime property: dateTimeTimeZone.voidvalidate()Validates the instance.MicrosoftGraphFollowupFlagwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: followupFlag.MicrosoftGraphFollowupFlagwithCompletedDateTime(MicrosoftGraphDateTimeZone completedDateTime)Set the completedDateTime property: dateTimeTimeZone.MicrosoftGraphFollowupFlagwithDueDateTime(MicrosoftGraphDateTimeZone dueDateTime)Set the dueDateTime property: dateTimeTimeZone.MicrosoftGraphFollowupFlagwithFlagStatus(MicrosoftGraphFollowupFlagStatus flagStatus)Set the flagStatus property: The flagStatus property.MicrosoftGraphFollowupFlagwithStartDateTime(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.
-
-