Class MicrosoftGraphFollowupFlag

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

public final class MicrosoftGraphFollowupFlag extends Object
followupFlag.
  • Constructor Details

    • MicrosoftGraphFollowupFlag

      public MicrosoftGraphFollowupFlag()
      Creates an instance of MicrosoftGraphFollowupFlag class.
  • Method Details

    • 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: followupFlagStatus.
      Returns:
      the flagStatus value.
    • withFlagStatus

      Set the flagStatus property: followupFlagStatus.
      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.