MicrosoftGraphFollowupFlag Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphFollowupFlag
- com.
Implements
public final class MicrosoftGraphFollowupFlag
implements JsonSerializable<MicrosoftGraphFollowupFlag>
followupFlag.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphFollowupFlag() |
Creates an instance of Microsoft |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphFollowupFlag
public MicrosoftGraphFollowupFlag()
Creates an instance of MicrosoftGraphFollowupFlag class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: followupFlag.
Returns:
completedDateTime
public MicrosoftGraphDateTimeZone completedDateTime()
Get the completedDateTime property: dateTimeTimeZone.
Returns:
dueDateTime
public MicrosoftGraphDateTimeZone dueDateTime()
Get the dueDateTime property: dateTimeTimeZone.
Returns:
flagStatus
public MicrosoftGraphFollowupFlagStatus flagStatus()
Get the flagStatus property: followupFlagStatus.
Returns:
fromJson
public static MicrosoftGraphFollowupFlag fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphFollowupFlag from the JsonReader.
Parameters:
Returns:
Throws:
startDateTime
public MicrosoftGraphDateTimeZone startDateTime()
Get the startDateTime property: dateTimeTimeZone.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphFollowupFlag withAdditionalProperties(Map
Set the additionalProperties property: followupFlag.
Parameters:
Returns:
withCompletedDateTime
public MicrosoftGraphFollowupFlag withCompletedDateTime(MicrosoftGraphDateTimeZone completedDateTime)
Set the completedDateTime property: dateTimeTimeZone.
Parameters:
Returns:
withDueDateTime
public MicrosoftGraphFollowupFlag withDueDateTime(MicrosoftGraphDateTimeZone dueDateTime)
Set the dueDateTime property: dateTimeTimeZone.
Parameters:
Returns:
withFlagStatus
public MicrosoftGraphFollowupFlag withFlagStatus(MicrosoftGraphFollowupFlagStatus flagStatus)
Set the flagStatus property: followupFlagStatus.
Parameters:
Returns:
withStartDateTime
public MicrosoftGraphFollowupFlag withStartDateTime(MicrosoftGraphDateTimeZone startDateTime)
Set the startDateTime property: dateTimeTimeZone.
Parameters:
Returns: