MicrosoftGraphLocationType Class

public final class MicrosoftGraphLocationType
extends ExpandableStringEnum<MicrosoftGraphLocationType>

locationType.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphLocationType BUSINESS_ADDRESS

Static value businessAddress for MicrosoftGraphLocationType.

static final MicrosoftGraphLocationType CONFERENCE_ROOM

Static value conferenceRoom for MicrosoftGraphLocationType.

static final MicrosoftGraphLocationType DEFAULT

Static value default for MicrosoftGraphLocationType.

static final MicrosoftGraphLocationType GEO_COORDINATES

Static value geoCoordinates for MicrosoftGraphLocationType.

static final MicrosoftGraphLocationType HOME_ADDRESS

Static value homeAddress for MicrosoftGraphLocationType.

static final MicrosoftGraphLocationType HOTEL

Static value hotel for MicrosoftGraphLocationType.

static final MicrosoftGraphLocationType LOCAL_BUSINESS

Static value localBusiness for MicrosoftGraphLocationType.

static final MicrosoftGraphLocationType POSTAL_ADDRESS

Static value postalAddress for MicrosoftGraphLocationType.

static final MicrosoftGraphLocationType RESTAURANT

Static value restaurant for MicrosoftGraphLocationType.

static final MicrosoftGraphLocationType STREET_ADDRESS

Static value streetAddress for MicrosoftGraphLocationType.

Constructor Summary

Constructor Description
MicrosoftGraphLocationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphLocationType value.

Method Summary

Modifier and Type Method and Description
static MicrosoftGraphLocationType fromString(String name)

Creates or finds a MicrosoftGraphLocationType from its string representation.

static Collection<MicrosoftGraphLocationType> values()

Gets known MicrosoftGraphLocationType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BUSINESS_ADDRESS

public static final MicrosoftGraphLocationType BUSINESS_ADDRESS

Static value businessAddress for MicrosoftGraphLocationType.

CONFERENCE_ROOM

public static final MicrosoftGraphLocationType CONFERENCE_ROOM

Static value conferenceRoom for MicrosoftGraphLocationType.

DEFAULT

public static final MicrosoftGraphLocationType DEFAULT

Static value default for MicrosoftGraphLocationType.

GEO_COORDINATES

public static final MicrosoftGraphLocationType GEO_COORDINATES

Static value geoCoordinates for MicrosoftGraphLocationType.

HOME_ADDRESS

public static final MicrosoftGraphLocationType HOME_ADDRESS

Static value homeAddress for MicrosoftGraphLocationType.

HOTEL

public static final MicrosoftGraphLocationType HOTEL

Static value hotel for MicrosoftGraphLocationType.

LOCAL_BUSINESS

public static final MicrosoftGraphLocationType LOCAL_BUSINESS

Static value localBusiness for MicrosoftGraphLocationType.

POSTAL_ADDRESS

public static final MicrosoftGraphLocationType POSTAL_ADDRESS

Static value postalAddress for MicrosoftGraphLocationType.

RESTAURANT

public static final MicrosoftGraphLocationType RESTAURANT

Static value restaurant for MicrosoftGraphLocationType.

STREET_ADDRESS

public static final MicrosoftGraphLocationType STREET_ADDRESS

Static value streetAddress for MicrosoftGraphLocationType.

Constructor Details

MicrosoftGraphLocationType

@Deprecated
public MicrosoftGraphLocationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphLocationType value.

Method Details

fromString

public static MicrosoftGraphLocationType fromString(String name)

Creates or finds a MicrosoftGraphLocationType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding MicrosoftGraphLocationType.

values

public static Collection values()

Gets known MicrosoftGraphLocationType values.

Returns:

known MicrosoftGraphLocationType values.

Applies to