Uses of Class
io.gs2.project.request.DeleteProjectRequest
Packages that use DeleteProjectRequest
-
Uses of DeleteProjectRequest in io.gs2.project
Methods in io.gs2.project with parameters of type DeleteProjectRequestModifier and TypeMethodDescriptionGs2ProjectRestClient.deleteProject(DeleteProjectRequest request) voidGs2ProjectRestClient.deleteProjectAsync(DeleteProjectRequest request, AsyncAction<AsyncResult<DeleteProjectResult>> callback) -
Uses of DeleteProjectRequest in io.gs2.project.request
Methods in io.gs2.project.request that return DeleteProjectRequestModifier and TypeMethodDescriptionstatic DeleteProjectRequestDeleteProjectRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DeleteProjectRequest.withAccountToken(String accountToken) DeleteProjectRequest.withProjectName(String projectName)