MicrosoftGraphAttendeeBase Class

public class MicrosoftGraphAttendeeBase
extends MicrosoftGraphRecipient

attendeeBase.

Constructor Summary

Constructor Description
MicrosoftGraphAttendeeBase()

Creates an instance of MicrosoftGraphAttendeeBase class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: attendeeBase.

static MicrosoftGraphAttendeeBase fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphAttendeeBase from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
MicrosoftGraphAttendeeType type()

Get the type property: attendeeType.

void validate()

Validates the instance.

MicrosoftGraphAttendeeBase withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: attendeeBase.

MicrosoftGraphAttendeeBase withEmailAddress(MicrosoftGraphEmailAddress emailAddress)

Set the emailAddress property: emailAddress.

MicrosoftGraphAttendeeBase withType(MicrosoftGraphAttendeeType type)

Set the type property: attendeeType.

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 additionalProperties()

Get the additionalProperties property: attendeeBase.

Overrides:

MicrosoftGraphAttendeeBase.additionalProperties()

Returns:

the additionalProperties value.

fromJson

public static MicrosoftGraphAttendeeBase fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphAttendeeBase from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphAttendeeBase if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MicrosoftGraphAttendeeBase.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphAttendeeBase.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public MicrosoftGraphAttendeeType type()

Get the type property: attendeeType.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphAttendeeBase.validate()

withAdditionalProperties

public MicrosoftGraphAttendeeBase withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: attendeeBase.

Overrides:

MicrosoftGraphAttendeeBase.withAdditionalProperties(Map<String,Object> additionalProperties)

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphAttendeeBase object itself.

withEmailAddress

public MicrosoftGraphAttendeeBase withEmailAddress(MicrosoftGraphEmailAddress emailAddress)

Set the emailAddress property: emailAddress.

Overrides:

MicrosoftGraphAttendeeBase.withEmailAddress(MicrosoftGraphEmailAddress emailAddress)

Parameters:

emailAddress

withType

public MicrosoftGraphAttendeeBase withType(MicrosoftGraphAttendeeType type)

Set the type property: attendeeType.

Parameters:

type - the type value to set.

Returns:

the MicrosoftGraphAttendeeBase object itself.

Applies to