Class MicrosoftGraphFollowupFlag
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphFollowupFlag
followupFlag.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphFollowupFlag class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: followupFlag.Get the completedDateTime property: dateTimeTimeZone.Get the dueDateTime property: dateTimeTimeZone.Get the flagStatus property: followupFlagStatus.Get the startDateTime property: dateTimeTimeZone.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: followupFlag.withCompletedDateTime(MicrosoftGraphDateTimeZone completedDateTime) Set the completedDateTime property: dateTimeTimeZone.withDueDateTime(MicrosoftGraphDateTimeZone dueDateTime) Set the dueDateTime property: dateTimeTimeZone.withFlagStatus(MicrosoftGraphFollowupFlagStatus flagStatus) Set the flagStatus property: followupFlagStatus.withStartDateTime(MicrosoftGraphDateTimeZone startDateTime) Set the startDateTime property: dateTimeTimeZone.
-
Constructor Details
-
MicrosoftGraphFollowupFlag
public MicrosoftGraphFollowupFlag()Creates an instance of MicrosoftGraphFollowupFlag class.
-
-
Method Details
-
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
Get the dueDateTime property: dateTimeTimeZone.- Returns:
- the dueDateTime value.
-
withDueDateTime
Set the dueDateTime property: dateTimeTimeZone.- Parameters:
dueDateTime- the dueDateTime value to set.- Returns:
- the MicrosoftGraphFollowupFlag object itself.
-
flagStatus
Get the flagStatus property: followupFlagStatus.- Returns:
- the flagStatus value.
-
withFlagStatus
Set the flagStatus property: followupFlagStatus.- Parameters:
flagStatus- the flagStatus value to set.- Returns:
- the MicrosoftGraphFollowupFlag object itself.
-
startDateTime
Get the startDateTime property: dateTimeTimeZone.- Returns:
- the startDateTime value.
-
withStartDateTime
Set the startDateTime property: dateTimeTimeZone.- Parameters:
startDateTime- the startDateTime value to set.- Returns:
- the MicrosoftGraphFollowupFlag object itself.
-
additionalProperties
Get the additionalProperties property: followupFlag.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
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.
-