SharingProfileGroupTypes Class

public final class SharingProfileGroupTypes
extends ExpandableStringEnum<SharingProfileGroupTypes>

This property allows you to specify the type of sharing group. Possible values are: **Subscriptions,** **AADTenants.**.

Field Summary

Modifier and Type Field and Description
static final SharingProfileGroupTypes AADTENANTS

Static value AADTenants for SharingProfileGroupTypes.

static final SharingProfileGroupTypes SUBSCRIPTIONS

Static value Subscriptions for SharingProfileGroupTypes.

Constructor Summary

Constructor Description
SharingProfileGroupTypes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SharingProfileGroupTypes value.

Method Summary

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

Creates or finds a SharingProfileGroupTypes from its string representation.

static Collection<SharingProfileGroupTypes> values()

Gets known SharingProfileGroupTypes values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AADTENANTS

public static final SharingProfileGroupTypes AADTENANTS

Static value AADTenants for SharingProfileGroupTypes.

SUBSCRIPTIONS

public static final SharingProfileGroupTypes SUBSCRIPTIONS

Static value Subscriptions for SharingProfileGroupTypes.

Constructor Details

SharingProfileGroupTypes

@Deprecated
public SharingProfileGroupTypes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SharingProfileGroupTypes value.

Method Details

fromString

public static SharingProfileGroupTypes fromString(String name)

Creates or finds a SharingProfileGroupTypes from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SharingProfileGroupTypes.

values

public static Collection values()

Gets known SharingProfileGroupTypes values.

Returns:

known SharingProfileGroupTypes values.

Applies to