Uses of Class
io.gs2.jobQueue.request.CreateNamespaceRequest
Packages that use CreateNamespaceRequest
-
Uses of CreateNamespaceRequest in io.gs2.jobQueue
Methods in io.gs2.jobQueue with parameters of type CreateNamespaceRequestModifier and TypeMethodDescriptionGs2JobQueueRestClient.createNamespace(CreateNamespaceRequest request) voidGs2JobQueueRestClient.createNamespaceAsync(CreateNamespaceRequest request, AsyncAction<AsyncResult<CreateNamespaceResult>> callback) -
Uses of CreateNamespaceRequest in io.gs2.jobQueue.request
Methods in io.gs2.jobQueue.request that return CreateNamespaceRequestModifier and TypeMethodDescriptionstatic CreateNamespaceRequestCreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateNamespaceRequest.withDescription(String description) CreateNamespaceRequest.withEnableAutoRun(Boolean enableAutoRun) CreateNamespaceRequest.withLogSetting(LogSetting logSetting) CreateNamespaceRequest.withPushNotification(NotificationSetting pushNotification) CreateNamespaceRequest.withRunNotification(NotificationSetting runNotification)