Uses of Class
pl.edu.icm.unity.engine.api.project.ProjectRequestParam.RequestOperation
-
Packages that use ProjectRequestParam.RequestOperation Package Description pl.edu.icm.unity.engine.api.project -
-
Uses of ProjectRequestParam.RequestOperation in pl.edu.icm.unity.engine.api.project
Fields in pl.edu.icm.unity.engine.api.project declared as ProjectRequestParam.RequestOperation Modifier and Type Field Description ProjectRequestParam.RequestOperation
ProjectRequestParam. operation
Methods in pl.edu.icm.unity.engine.api.project that return ProjectRequestParam.RequestOperation Modifier and Type Method Description static ProjectRequestParam.RequestOperation
ProjectRequestParam.RequestOperation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProjectRequestParam.RequestOperation[]
ProjectRequestParam.RequestOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in pl.edu.icm.unity.engine.api.project with parameters of type ProjectRequestParam.RequestOperation Constructor Description ProjectRequest(java.lang.String id, ProjectRequestParam.RequestOperation operation, RequestType type, java.lang.String project, java.lang.String name, pl.edu.icm.unity.types.basic.VerifiableElementBase email, java.util.Optional<java.util.List<java.lang.String>> groups, java.time.Instant requestedTime)
ProjectRequestParam(java.lang.String project, java.lang.String id, ProjectRequestParam.RequestOperation operation, RequestType type)
-