M365Extensions Class

public final class M365Extensions
extends Channel

M365 Extensions definition.

Constructor Summary

Constructor Description
M365Extensions()

Creates an instance of M365Extensions class.

Method Summary

Modifier and Type Method and Description
String channelName()

Get the channelName property: The channel name.

static M365Extensions fromJson(JsonReader jsonReader)

Reads an instance of M365Extensions from the JsonReader.

String provisioningState()

Get the provisioningState property: Provisioning state of the resource.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

M365Extensions withEtag(String etag)

Set the etag property: Entity Tag of the resource.

M365Extensions withLocation(String location)

Set the location property: Specifies the location of the resource.

Methods inherited from Channel

Methods inherited from java.lang.Object

Constructor Details

M365Extensions

public M365Extensions()

Creates an instance of M365Extensions class.

Method Details

channelName

public String channelName()

Get the channelName property: The channel name.

Overrides:

M365Extensions.channelName()

Returns:

the channelName value.

fromJson

public static M365Extensions fromJson(JsonReader jsonReader)

Reads an instance of M365Extensions from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of M365Extensions 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 M365Extensions.

provisioningState

public String provisioningState()

Get the provisioningState property: Provisioning state of the resource.

Overrides:

M365Extensions.provisioningState()

Returns:

the provisioningState value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

M365Extensions.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

M365Extensions.validate()

withEtag

public M365Extensions withEtag(String etag)

Set the etag property: Entity Tag of the resource.

Overrides:

M365Extensions.withEtag(String etag)

Parameters:

etag

withLocation

public M365Extensions withLocation(String location)

Set the location property: Specifies the location of the resource.

Overrides:

M365Extensions.withLocation(String location)

Parameters:

location

Applies to