Class MicrosoftGraphPatternedRecurrence

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

public final class MicrosoftGraphPatternedRecurrence extends Object
patternedRecurrence.
  • Constructor Details

    • MicrosoftGraphPatternedRecurrence

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

    • pattern

      Get the pattern property: recurrencePattern.
      Returns:
      the pattern value.
    • withPattern

      Set the pattern property: recurrencePattern.
      Parameters:
      pattern - the pattern value to set.
      Returns:
      the MicrosoftGraphPatternedRecurrence object itself.
    • range

      Get the range property: recurrenceRange.
      Returns:
      the range value.
    • withRange

      Set the range property: recurrenceRange.
      Parameters:
      range - the range value to set.
      Returns:
      the MicrosoftGraphPatternedRecurrence object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: patternedRecurrence.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphPatternedRecurrence withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: patternedRecurrence.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphPatternedRecurrence object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.