Uses of Enum Class
com.morpheusdata.model.Request.ApprovalRequestType
Packages that use Request.ApprovalRequestType
-
Uses of Request.ApprovalRequestType in com.morpheusdata.model
Fields in com.morpheusdata.model declared as Request.ApprovalRequestTypeMethods in com.morpheusdata.model that return Request.ApprovalRequestTypeModifier and TypeMethodDescriptionRequest.getRequestType()static Request.ApprovalRequestTypeReturns the enum constant of this class with the specified name.static Request.ApprovalRequestType[]Request.ApprovalRequestType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.morpheusdata.model with parameters of type Request.ApprovalRequestTypeModifier and TypeMethodDescriptionvoidRequest.setRequestType(Request.ApprovalRequestType requestType)