MicrosoftGraphFollowupFlag Class

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

public final class MicrosoftGraphFollowupFlag

followupFlag.

Constructor Summary

Constructor Description
MicrosoftGraphFollowupFlag()

Creates an instance of MicrosoftGraphFollowupFlag class.

Method Summary

Modifier and Type Method and 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: followupFlagStatus.

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: followupFlagStatus.

MicrosoftGraphFollowupFlag withStartDateTime(MicrosoftGraphDateTimeZone startDateTime)

Set the startDateTime property: dateTimeTimeZone.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphFollowupFlag

public MicrosoftGraphFollowupFlag()

Creates an instance of MicrosoftGraphFollowupFlag class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: followupFlag.

Returns:

the additionalProperties value.

completedDateTime

public MicrosoftGraphDateTimeZone completedDateTime()

Get the completedDateTime property: dateTimeTimeZone.

Returns:

the completedDateTime value.

dueDateTime

public MicrosoftGraphDateTimeZone dueDateTime()

Get the dueDateTime property: dateTimeTimeZone.

Returns:

the dueDateTime value.

flagStatus

public MicrosoftGraphFollowupFlagStatus flagStatus()

Get the flagStatus property: followupFlagStatus.

Returns:

the flagStatus value.

startDateTime

public MicrosoftGraphDateTimeZone startDateTime()

Get the startDateTime property: dateTimeTimeZone.

Returns:

the startDateTime value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public MicrosoftGraphFollowupFlag withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: followupFlag.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphFollowupFlag object itself.

withCompletedDateTime

public MicrosoftGraphFollowupFlag withCompletedDateTime(MicrosoftGraphDateTimeZone completedDateTime)

Set the completedDateTime property: dateTimeTimeZone.

Parameters:

completedDateTime - the completedDateTime value to set.

Returns:

the MicrosoftGraphFollowupFlag object itself.

withDueDateTime

public MicrosoftGraphFollowupFlag withDueDateTime(MicrosoftGraphDateTimeZone dueDateTime)

Set the dueDateTime property: dateTimeTimeZone.

Parameters:

dueDateTime - the dueDateTime value to set.

Returns:

the MicrosoftGraphFollowupFlag object itself.

withFlagStatus

public MicrosoftGraphFollowupFlag withFlagStatus(MicrosoftGraphFollowupFlagStatus flagStatus)

Set the flagStatus property: followupFlagStatus.

Parameters:

flagStatus - the flagStatus value to set.

Returns:

the MicrosoftGraphFollowupFlag object itself.

withStartDateTime

public MicrosoftGraphFollowupFlag withStartDateTime(MicrosoftGraphDateTimeZone startDateTime)

Set the startDateTime property: dateTimeTimeZone.

Parameters:

startDateTime - the startDateTime value to set.

Returns:

the MicrosoftGraphFollowupFlag object itself.

Applies to