Uses of Class
io.gs2.guild.request.CreateNamespaceRequest
Packages that use CreateNamespaceRequest
-
Uses of CreateNamespaceRequest in io.gs2.guild
Methods in io.gs2.guild with parameters of type CreateNamespaceRequestModifier and TypeMethodDescriptionGs2GuildRestClient.createNamespace(CreateNamespaceRequest request) voidGs2GuildRestClient.createNamespaceAsync(CreateNamespaceRequest request, AsyncAction<AsyncResult<CreateNamespaceResult>> callback) -
Uses of CreateNamespaceRequest in io.gs2.guild.request
Methods in io.gs2.guild.request that return CreateNamespaceRequestModifier and TypeMethodDescriptionstatic CreateNamespaceRequestCreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateNamespaceRequest.withChangeMemberNotification(NotificationSetting changeMemberNotification) CreateNamespaceRequest.withDescription(String description) CreateNamespaceRequest.withJoinNotification(NotificationSetting joinNotification) CreateNamespaceRequest.withLeaveNotification(NotificationSetting leaveNotification) CreateNamespaceRequest.withLogSetting(LogSetting logSetting) CreateNamespaceRequest.withReceiveRequestNotification(NotificationSetting receiveRequestNotification) CreateNamespaceRequest.withRemoveRequestNotification(NotificationSetting removeRequestNotification)