MicrosoftGraphAttendeeBase Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphRecipient - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphAttendeeBase
- com.
- com.
public class MicrosoftGraphAttendeeBase
extends MicrosoftGraphRecipient
attendeeBase.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphAttendeeBase() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Json |
toJson(JsonWriter jsonWriter) |
Microsoft |
type()
Get the type property: attendee |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withEmailAddress(MicrosoftGraphEmailAddress emailAddress)
Set the email |
Microsoft |
withType(MicrosoftGraphAttendeeType type)
Set the type property: attendee |
Methods inherited from MicrosoftGraphRecipient
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphAttendeeBase
public MicrosoftGraphAttendeeBase()
Creates an instance of MicrosoftGraphAttendeeBase class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: attendeeBase.
Overrides:
MicrosoftGraphAttendeeBase.additionalProperties()Returns:
fromJson
public static MicrosoftGraphAttendeeBase fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphAttendeeBase from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphAttendeeBase.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public MicrosoftGraphAttendeeType type()
Get the type property: attendeeType.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphAttendeeBase.validate()withAdditionalProperties
public MicrosoftGraphAttendeeBase withAdditionalProperties(Map
Set the additionalProperties property: attendeeBase.
Overrides:
MicrosoftGraphAttendeeBase.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withEmailAddress
public MicrosoftGraphAttendeeBase withEmailAddress(MicrosoftGraphEmailAddress emailAddress)
Set the emailAddress property: emailAddress.
Overrides:
MicrosoftGraphAttendeeBase.withEmailAddress(MicrosoftGraphEmailAddress emailAddress)Parameters:
withType
public MicrosoftGraphAttendeeBase withType(MicrosoftGraphAttendeeType type)
Set the type property: attendeeType.
Parameters:
Returns:
Applies to
Azure SDK for Java