Class MicrosoftGraphPatternedRecurrence
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPatternedRecurrence
patternedRecurrence.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphPatternedRecurrence class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: patternedRecurrence.pattern()Get the pattern property: recurrencePattern.range()Get the range property: recurrenceRange.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: patternedRecurrence.Set the pattern property: recurrencePattern.Set the range property: recurrenceRange.
-
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
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.
-