Uses of Class
io.gs2.friend.model.Namespace
Packages that use Namespace
-
Uses of Namespace in io.gs2.friend.model
Methods in io.gs2.friend.model that return NamespaceModifier and TypeMethodDescriptionstatic NamespaceNamespace.fromJson(com.fasterxml.jackson.databind.JsonNode data) Namespace.withAcceptRequestNotification(NotificationSetting acceptRequestNotification) Namespace.withAcceptRequestScript(ScriptSetting acceptRequestScript) Namespace.withCancelRequestScript(ScriptSetting cancelRequestScript) Namespace.withCreatedAt(Long createdAt) Namespace.withDeleteFriendScript(ScriptSetting deleteFriendScript) Namespace.withDescription(String description) Namespace.withFollowNotification(NotificationSetting followNotification) Namespace.withFollowScript(ScriptSetting followScript) Namespace.withLogSetting(LogSetting logSetting) Namespace.withNamespaceId(String namespaceId) Namespace.withReceiveRequestNotification(NotificationSetting receiveRequestNotification) Namespace.withRejectRequestScript(ScriptSetting rejectRequestScript) Namespace.withRevision(Long revision) Namespace.withSendRequestScript(ScriptSetting sendRequestScript) Namespace.withUnfollowScript(ScriptSetting unfollowScript) Namespace.withUpdatedAt(Long updatedAt) Namespace.withUpdateProfileScript(ScriptSetting updateProfileScript) Methods in io.gs2.friend.model with parameters of type Namespace -
Uses of Namespace in io.gs2.friend.result
Methods in io.gs2.friend.result that return NamespaceModifier and TypeMethodDescriptionCreateNamespaceResult.getItem()DeleteNamespaceResult.getItem()GetNamespaceResult.getItem()UpdateNamespaceResult.getItem()Methods in io.gs2.friend.result that return types with arguments of type NamespaceMethods in io.gs2.friend.result with parameters of type NamespaceModifier and TypeMethodDescriptionvoidvoidvoidvoidMethod parameters in io.gs2.friend.result with type arguments of type Namespace