Uses of Class
io.gs2.friend.request.CreateNamespaceRequest
Packages that use CreateNamespaceRequest
-
Uses of CreateNamespaceRequest in io.gs2.friend
Methods in io.gs2.friend with parameters of type CreateNamespaceRequestModifier and TypeMethodDescriptionGs2FriendRestClient.createNamespace(CreateNamespaceRequest request) voidGs2FriendRestClient.createNamespaceAsync(CreateNamespaceRequest request, AsyncAction<AsyncResult<CreateNamespaceResult>> callback) -
Uses of CreateNamespaceRequest in io.gs2.friend.request
Methods in io.gs2.friend.request that return CreateNamespaceRequestModifier and TypeMethodDescriptionstatic CreateNamespaceRequestCreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateNamespaceRequest.withAcceptRequestNotification(NotificationSetting acceptRequestNotification) CreateNamespaceRequest.withAcceptRequestScript(ScriptSetting acceptRequestScript) CreateNamespaceRequest.withCancelRequestScript(ScriptSetting cancelRequestScript) CreateNamespaceRequest.withDeleteFriendScript(ScriptSetting deleteFriendScript) CreateNamespaceRequest.withDescription(String description) CreateNamespaceRequest.withFollowNotification(NotificationSetting followNotification) CreateNamespaceRequest.withFollowScript(ScriptSetting followScript) CreateNamespaceRequest.withLogSetting(LogSetting logSetting) CreateNamespaceRequest.withReceiveRequestNotification(NotificationSetting receiveRequestNotification) CreateNamespaceRequest.withRejectRequestScript(ScriptSetting rejectRequestScript) CreateNamespaceRequest.withSendRequestScript(ScriptSetting sendRequestScript) CreateNamespaceRequest.withUnfollowScript(ScriptSetting unfollowScript) CreateNamespaceRequest.withUpdateProfileScript(ScriptSetting updateProfileScript)