Uses of Enum
com.microsoft.graph.models.AccessPackageRequestType
Packages that use AccessPackageRequestType
-
Uses of AccessPackageRequestType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AccessPackageRequestTypeModifier and TypeMethodDescriptionstatic AccessPackageRequestTypeAccessPackageAssignmentRequest.getRequestType()Gets the requestType property value.AccessPackageResourceRequest.getRequestType()Gets the requestType property value.static AccessPackageRequestTypeReturns the enum constant of this type with the specified name.static AccessPackageRequestType[]AccessPackageRequestType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type AccessPackageRequestTypeModifier and TypeMethodDescriptionvoidAccessPackageAssignmentRequest.setRequestType(AccessPackageRequestType value) Sets the requestType property value.voidAccessPackageResourceRequest.setRequestType(AccessPackageRequestType value) Sets the requestType property value.