你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphRecurrenceRange Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphRecurrenceRange
- com.
Implements
public final class MicrosoftGraphRecurrenceRange
implements JsonSerializable<MicrosoftGraphRecurrenceRange>
recurrenceRange.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphRecurrenceRange() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Local |
endDate()
Get the end |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Integer |
numberOfOccurrences()
Get the number |
String |
recurrenceTimeZone()
Get the recurrence |
Local |
startDate()
Get the start |
Json |
toJson(JsonWriter jsonWriter) |
Microsoft |
type()
Get the type property: recurrence |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withEndDate(LocalDate endDate)
Set the end |
Microsoft |
withNumberOfOccurrences(Integer numberOfOccurrences)
Set the number |
Microsoft |
withRecurrenceTimeZone(String recurrenceTimeZone)
Set the recurrence |
Microsoft |
withStartDate(LocalDate startDate)
Set the start |
Microsoft |
withType(MicrosoftGraphRecurrenceRangeType type)
Set the type property: recurrence |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphRecurrenceRange
public MicrosoftGraphRecurrenceRange()
Creates an instance of MicrosoftGraphRecurrenceRange class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: recurrenceRange.
Returns:
endDate
public LocalDate endDate()
Get the endDate property: The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate.
Returns:
fromJson
public static MicrosoftGraphRecurrenceRange fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphRecurrenceRange from the JsonReader.
Parameters:
Returns:
Throws:
numberOfOccurrences
public Integer numberOfOccurrences()
Get the numberOfOccurrences property: The number of times to repeat the event. Required and must be positive if type is numbered.
Returns:
recurrenceTimeZone
public String recurrenceTimeZone()
Get the recurrenceTimeZone property: Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used.
Returns:
startDate
public LocalDate startDate()
Get the startDate property: The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required.
Returns:
toJson
type
public MicrosoftGraphRecurrenceRangeType type()
Get the type property: recurrenceRangeType.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphRecurrenceRange withAdditionalProperties(Map
Set the additionalProperties property: recurrenceRange.
Parameters:
Returns:
withEndDate
public MicrosoftGraphRecurrenceRange withEndDate(LocalDate endDate)
Set the endDate property: The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate.
Parameters:
Returns:
withNumberOfOccurrences
public MicrosoftGraphRecurrenceRange withNumberOfOccurrences(Integer numberOfOccurrences)
Set the numberOfOccurrences property: The number of times to repeat the event. Required and must be positive if type is numbered.
Parameters:
Returns:
withRecurrenceTimeZone
public MicrosoftGraphRecurrenceRange withRecurrenceTimeZone(String recurrenceTimeZone)
Set the recurrenceTimeZone property: Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used.
Parameters:
Returns:
withStartDate
public MicrosoftGraphRecurrenceRange withStartDate(LocalDate startDate)
Set the startDate property: The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required.
Parameters:
Returns:
withType
public MicrosoftGraphRecurrenceRange withType(MicrosoftGraphRecurrenceRangeType type)
Set the type property: recurrenceRangeType.
Parameters:
Returns: