Uses of Enum Class
pl.edu.icm.unity.engine.api.project.ProjectRequestParam.RequestOperation
Packages that use ProjectRequestParam.RequestOperation
-
Uses of ProjectRequestParam.RequestOperation in pl.edu.icm.unity.engine.api.project
Fields in pl.edu.icm.unity.engine.api.project declared as ProjectRequestParam.RequestOperationMethods in pl.edu.icm.unity.engine.api.project that return ProjectRequestParam.RequestOperationModifier 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.Constructors in pl.edu.icm.unity.engine.api.project with parameters of type ProjectRequestParam.RequestOperationModifierConstructorDescriptionProjectRequest
(String id, ProjectRequestParam.RequestOperation operation, RequestType type, String project, String name, pl.edu.icm.unity.base.verifiable.VerifiableElementBase email, Optional<List<String>> groups, Instant requestedTime) ProjectRequestParam
(String project, String id, ProjectRequestParam.RequestOperation operation, RequestType type)