Uses of Enum Class
pl.edu.icm.unity.engine.api.project.ProjectRequestParam.RequestOperation
-
Uses of ProjectRequestParam.RequestOperation in pl.edu.icm.unity.engine.api.project
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ProjectRequestParam.RequestOperation[]
ProjectRequestParam.RequestOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionProjectRequest
(String id, ProjectRequestParam.RequestOperation operation, RequestType type, String project, String name, VerifiableElementBase email, Optional<List<String>> groups, Instant requestedTime) ProjectRequestParam
(String project, String id, ProjectRequestParam.RequestOperation operation, RequestType type)