Package com.microsoft.graph.models
Enum Class AllowedTargetScope
- All Implemented Interfaces:
Serializable
,Comparable<AllowedTargetScope>
,Constable
The Enum Allowed Target Scope.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionall Configured Connected Organization Usersall Directory Service Principalsall Directory Usersall External Usersall Member Usersnot Specifiedspecific Connected Organization Usersspecific Directory Service Principalsspecific Directory UsersFor AllowedTargetScope values that were not expected from the serviceunknown Future Value -
Method Summary
Modifier and TypeMethodDescriptionstatic AllowedTargetScope
Returns the enum constant of this class with the specified name.static AllowedTargetScope[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NOT_SPECIFIED
not Specified -
SPECIFIC_DIRECTORY_USERS
specific Directory Users -
SPECIFIC_CONNECTED_ORGANIZATION_USERS
specific Connected Organization Users -
SPECIFIC_DIRECTORY_SERVICE_PRINCIPALS
specific Directory Service Principals -
ALL_MEMBER_USERS
all Member Users -
ALL_DIRECTORY_USERS
all Directory Users -
ALL_DIRECTORY_SERVICE_PRINCIPALS
all Directory Service Principals -
ALL_CONFIGURED_CONNECTED_ORGANIZATION_USERS
all Configured Connected Organization Users -
ALL_EXTERNAL_USERS
all External Users -
UNKNOWN_FUTURE_VALUE
unknown Future Value -
UNEXPECTED_VALUE
For AllowedTargetScope values that were not expected from the service
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-