MicrosoftGraphAttendee Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphRecipient - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphAttendeeBase - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphAttendee
- com.
- com.
- com.
public final class MicrosoftGraphAttendee
extends MicrosoftGraphAttendeeBase
Represents an attendee.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphAttendee() |
Creates an instance of Microsoft |
Method Summary
Methods inherited from MicrosoftGraphAttendeeBase
Methods inherited from MicrosoftGraphRecipient
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphAttendee
public MicrosoftGraphAttendee()
Creates an instance of MicrosoftGraphAttendee class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: attendee.
Overrides:
MicrosoftGraphAttendee.additionalProperties()Returns:
fromJson
public static MicrosoftGraphAttendee fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphAttendee from the JsonReader.
Parameters:
Returns:
Throws:
proposedNewTime
public MicrosoftGraphTimeSlot proposedNewTime()
Get the proposedNewTime property: timeSlot.
Returns:
status
public MicrosoftGraphResponseStatus status()
Get the status property: responseStatus.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphAttendee.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphAttendee.validate()withAdditionalProperties
public MicrosoftGraphAttendee withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: attendee.
Overrides:
MicrosoftGraphAttendee.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withEmailAddress
public MicrosoftGraphAttendee withEmailAddress(MicrosoftGraphEmailAddress emailAddress)
Set the emailAddress property: emailAddress.
Overrides:
MicrosoftGraphAttendee.withEmailAddress(MicrosoftGraphEmailAddress emailAddress)Parameters:
withProposedNewTime
public MicrosoftGraphAttendee withProposedNewTime(MicrosoftGraphTimeSlot proposedNewTime)
Set the proposedNewTime property: timeSlot.
Parameters:
Returns:
withStatus
public MicrosoftGraphAttendee withStatus(MicrosoftGraphResponseStatus status)
Set the status property: responseStatus.
Parameters:
Returns:
withType
public MicrosoftGraphAttendee withType(MicrosoftGraphAttendeeType type)
Set the type property: attendeeType.
Overrides:
MicrosoftGraphAttendee.withType(MicrosoftGraphAttendeeType type)Parameters: