Package com.microsoft.graph.models
Enum Class AccessPackageRequestType
- All Implemented Interfaces:
Serializable,Comparable<AccessPackageRequestType>,Constable
The Enum Access Package Request Type.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionadmin Addadmin Removeadmin Updatenot Specifiedon Behalf Addsystem Addsystem Removesystem UpdateFor AccessPackageRequestType values that were not expected from the serviceunknown Future Valueuser Adduser Removeuser Update -
Method Summary
Modifier and TypeMethodDescriptionstatic AccessPackageRequestTypeReturns the enum constant of this class with the specified name.static AccessPackageRequestType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NOT_SPECIFIED
not Specified -
USER_ADD
user Add -
USER_UPDATE
user Update -
USER_REMOVE
user Remove -
ADMIN_ADD
admin Add -
ADMIN_UPDATE
admin Update -
ADMIN_REMOVE
admin Remove -
SYSTEM_ADD
system Add -
SYSTEM_UPDATE
system Update -
SYSTEM_REMOVE
system Remove -
ON_BEHALF_ADD
on Behalf Add -
UNKNOWN_FUTURE_VALUE
unknown Future Value -
UNEXPECTED_VALUE
For AccessPackageRequestType 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
-