Skip navigation links
C D E G H I N O P R S T U W 

C

compareTo(Namespace) - Method in class io.gs2.realtime.model.Namespace
 
compareTo(Room) - Method in class io.gs2.realtime.model.Room
 
createdAt - Variable in class io.gs2.realtime.model.Namespace
作成日時
createdAt - Variable in class io.gs2.realtime.model.Room
作成日時
createNamespace(CreateNamespaceRequest) - Method in class io.gs2.realtime.Gs2RealtimeRestClient
ネームスペースを新規作成
CreateNamespaceRequest - Class in io.gs2.realtime.request
ネームスペースを新規作成 のリクエストモデル
CreateNamespaceRequest() - Constructor for class io.gs2.realtime.request.CreateNamespaceRequest
 
CreateNamespaceResult - Class in io.gs2.realtime.result
ネームスペースを新規作成 のレスポンスモデル
CreateNamespaceResult() - Constructor for class io.gs2.realtime.result.CreateNamespaceResult
 
createNotification - Variable in class io.gs2.realtime.model.Namespace
ルームの作成が終わったときのプッシュ通知
CreateRoomRequest - Class in io.gs2.realtime.request
ルームを作成。 のリクエストモデル
CreateRoomRequest() - Constructor for class io.gs2.realtime.request.CreateRoomRequest
 
CreateRoomResult - Class in io.gs2.realtime.result
ルームを作成。 のレスポンスモデル
CreateRoomResult() - Constructor for class io.gs2.realtime.result.CreateRoomResult
 

D

deleteNamespace(DeleteNamespaceRequest) - Method in class io.gs2.realtime.Gs2RealtimeRestClient
ネームスペースを削除
DeleteNamespaceRequest - Class in io.gs2.realtime.request
ネームスペースを削除 のリクエストモデル
DeleteNamespaceRequest() - Constructor for class io.gs2.realtime.request.DeleteNamespaceRequest
 
DeleteNamespaceResult - Class in io.gs2.realtime.result
ネームスペースを削除 のレスポンスモデル
DeleteNamespaceResult() - Constructor for class io.gs2.realtime.result.DeleteNamespaceResult
 
deleteRoom(DeleteRoomRequest) - Method in class io.gs2.realtime.Gs2RealtimeRestClient
ルームを削除
DeleteRoomRequest - Class in io.gs2.realtime.request
ルームを削除 のリクエストモデル
DeleteRoomRequest() - Constructor for class io.gs2.realtime.request.DeleteRoomRequest
 
DeleteRoomResult - Class in io.gs2.realtime.result
ルームを削除 のレスポンスモデル
DeleteRoomResult() - Constructor for class io.gs2.realtime.result.DeleteRoomResult
 
describeNamespaces(DescribeNamespacesRequest) - Method in class io.gs2.realtime.Gs2RealtimeRestClient
ネームスペースの一覧を取得
DescribeNamespacesRequest - Class in io.gs2.realtime.request
ネームスペースの一覧を取得 のリクエストモデル
DescribeNamespacesRequest() - Constructor for class io.gs2.realtime.request.DescribeNamespacesRequest
 
DescribeNamespacesResult - Class in io.gs2.realtime.result
ネームスペースの一覧を取得 のレスポンスモデル
DescribeNamespacesResult() - Constructor for class io.gs2.realtime.result.DescribeNamespacesResult
 
describeRooms(DescribeRoomsRequest) - Method in class io.gs2.realtime.Gs2RealtimeRestClient
ルームの一覧を取得
DescribeRoomsRequest - Class in io.gs2.realtime.request
ルームの一覧を取得 のリクエストモデル
DescribeRoomsRequest() - Constructor for class io.gs2.realtime.request.DescribeRoomsRequest
 
DescribeRoomsResult - Class in io.gs2.realtime.result
ルームの一覧を取得 のレスポンスモデル
DescribeRoomsResult() - Constructor for class io.gs2.realtime.result.DescribeRoomsResult
 
description - Variable in class io.gs2.realtime.model.Namespace
ネームスペースの説明

E

enableTransferMobileNotification - Variable in class io.gs2.realtime.model.NotificationSetting
モバイルプッシュ通知へ転送するか
encryptionKey - Variable in class io.gs2.realtime.model.Room
暗号鍵
ENDPOINT - Static variable in class io.gs2.realtime.Gs2RealtimeRestClient
 
equals(Object) - Method in class io.gs2.realtime.model.Namespace
 
equals(Object) - Method in class io.gs2.realtime.model.Room
 

G

gatewayNamespaceId - Variable in class io.gs2.realtime.model.NotificationSetting
プッシュ通知に使用する GS2-Gateway のネームスペース のGRN
getCreatedAt() - Method in class io.gs2.realtime.model.Namespace
作成日時を取得
getCreatedAt() - Method in class io.gs2.realtime.model.Room
作成日時を取得
getCreateNotification() - Method in class io.gs2.realtime.model.Namespace
ルームの作成が終わったときのプッシュ通知を取得
getCreateNotification() - Method in class io.gs2.realtime.request.CreateNamespaceRequest
ルームの作成が終わったときのプッシュ通知を取得
getCreateNotification() - Method in class io.gs2.realtime.request.UpdateNamespaceRequest
ルームの作成が終わったときのプッシュ通知を取得
getDescription() - Method in class io.gs2.realtime.model.Namespace
ネームスペースの説明を取得
getDescription() - Method in class io.gs2.realtime.request.CreateNamespaceRequest
ネームスペースの説明を取得
getDescription() - Method in class io.gs2.realtime.request.UpdateNamespaceRequest
ネームスペースの説明を取得
getEnableTransferMobileNotification() - Method in class io.gs2.realtime.model.NotificationSetting
モバイルプッシュ通知へ転送するかを取得
getEncryptionKey() - Method in class io.gs2.realtime.model.Room
暗号鍵を取得
getEncryptionKey() - Method in class io.gs2.realtime.request.CreateRoomRequest
暗号鍵を取得
getGatewayNamespaceId() - Method in class io.gs2.realtime.model.NotificationSetting
プッシュ通知に使用する GS2-Gateway のネームスペース のGRNを取得
getIpAddress() - Method in class io.gs2.realtime.model.Room
IPアドレスを取得
getIpAddress() - Method in class io.gs2.realtime.request.CreateRoomRequest
IPアドレスを取得
getItem() - Method in class io.gs2.realtime.result.CreateNamespaceResult
作成したネームスペースを取得
getItem() - Method in class io.gs2.realtime.result.CreateRoomResult
ルームを取得
getItem() - Method in class io.gs2.realtime.result.DeleteNamespaceResult
削除したネームスペースを取得
getItem() - Method in class io.gs2.realtime.result.DeleteRoomResult
ルームを取得
getItem() - Method in class io.gs2.realtime.result.GetNamespaceResult
ネームスペースを取得
getItem() - Method in class io.gs2.realtime.result.GetRoomResult
ルームを取得
getItem() - Method in class io.gs2.realtime.result.UpdateNamespaceResult
更新したネームスペースを取得
getItem() - Method in class io.gs2.realtime.result.WantRoomResult
ルームを取得
getItems() - Method in class io.gs2.realtime.result.DescribeNamespacesResult
ネームスペースのリストを取得
getItems() - Method in class io.gs2.realtime.result.DescribeRoomsResult
ルームのリストを取得
getLimit() - Method in class io.gs2.realtime.request.DescribeNamespacesRequest
データの取得件数を取得
getLimit() - Method in class io.gs2.realtime.request.DescribeRoomsRequest
データの取得件数を取得
getName() - Method in class io.gs2.realtime.model.Namespace
ネームスペース名を取得
getName() - Method in class io.gs2.realtime.model.Room
ルーム名を取得
getName() - Method in class io.gs2.realtime.request.CreateNamespaceRequest
ネームスペース名を取得
getName() - Method in class io.gs2.realtime.request.CreateRoomRequest
ルーム名を取得
getName() - Method in class io.gs2.realtime.request.WantRoomRequest
ルーム名を取得
getNamespace(GetNamespaceRequest) - Method in class io.gs2.realtime.Gs2RealtimeRestClient
ネームスペースを取得
getNamespaceId() - Method in class io.gs2.realtime.model.Namespace
ネームスペースを取得
getNamespaceName() - Method in class io.gs2.realtime.request.CreateRoomRequest
ネームスペース名を取得
getNamespaceName() - Method in class io.gs2.realtime.request.DeleteNamespaceRequest
ネームスペース名を取得
getNamespaceName() - Method in class io.gs2.realtime.request.DeleteRoomRequest
ネームスペース名を取得
getNamespaceName() - Method in class io.gs2.realtime.request.DescribeRoomsRequest
ネームスペース名を取得
getNamespaceName() - Method in class io.gs2.realtime.request.GetNamespaceRequest
ネームスペース名を取得
getNamespaceName() - Method in class io.gs2.realtime.request.GetNamespaceStatusRequest
ネームスペース名を取得
getNamespaceName() - Method in class io.gs2.realtime.request.GetRoomRequest
ネームスペース名を取得
getNamespaceName() - Method in class io.gs2.realtime.request.UpdateNamespaceRequest
ネームスペース名を取得
getNamespaceName() - Method in class io.gs2.realtime.request.WantRoomRequest
ネームスペース名を取得
GetNamespaceRequest - Class in io.gs2.realtime.request
ネームスペースを取得 のリクエストモデル
GetNamespaceRequest() - Constructor for class io.gs2.realtime.request.GetNamespaceRequest
 
GetNamespaceResult - Class in io.gs2.realtime.result
ネームスペースを取得 のレスポンスモデル
GetNamespaceResult() - Constructor for class io.gs2.realtime.result.GetNamespaceResult
 
getNamespaceStatus(GetNamespaceStatusRequest) - Method in class io.gs2.realtime.Gs2RealtimeRestClient
ネームスペースの状態を取得
GetNamespaceStatusRequest - Class in io.gs2.realtime.request
ネームスペースの状態を取得 のリクエストモデル
GetNamespaceStatusRequest() - Constructor for class io.gs2.realtime.request.GetNamespaceStatusRequest
 
GetNamespaceStatusResult - Class in io.gs2.realtime.result
ネームスペースの状態を取得 のレスポンスモデル
GetNamespaceStatusResult() - Constructor for class io.gs2.realtime.result.GetNamespaceStatusResult
 
getNextPageToken() - Method in class io.gs2.realtime.result.DescribeNamespacesResult
リストの続きを取得するためのページトークンを取得
getNextPageToken() - Method in class io.gs2.realtime.result.DescribeRoomsResult
リストの続きを取得するためのページトークンを取得
getNotificationUserIds() - Method in class io.gs2.realtime.model.Room
ルームの作成が終わったときに通知を受けるユーザIDリストを取得
getNotificationUserIds() - Method in class io.gs2.realtime.request.WantRoomRequest
ルームの作成が終わったときに通知を受けるユーザIDリストを取得
getOwnerId() - Method in class io.gs2.realtime.model.Namespace
オーナーIDを取得
getPageToken() - Method in class io.gs2.realtime.request.DescribeNamespacesRequest
データの取得を開始する位置を指定するトークンを取得
getPageToken() - Method in class io.gs2.realtime.request.DescribeRoomsRequest
データの取得を開始する位置を指定するトークンを取得
getPort() - Method in class io.gs2.realtime.model.Room
待受ポートを取得
getPort() - Method in class io.gs2.realtime.request.CreateRoomRequest
待受ポートを取得
getRoom(GetRoomRequest) - Method in class io.gs2.realtime.Gs2RealtimeRestClient
ルームを取得
getRoomId() - Method in class io.gs2.realtime.model.Room
ルームを取得
getRoomName() - Method in class io.gs2.realtime.request.DeleteRoomRequest
ルーム名を取得
getRoomName() - Method in class io.gs2.realtime.request.GetRoomRequest
ルーム名を取得
GetRoomRequest - Class in io.gs2.realtime.request
ルームを取得 のリクエストモデル
GetRoomRequest() - Constructor for class io.gs2.realtime.request.GetRoomRequest
 
GetRoomResult - Class in io.gs2.realtime.result
ルームを取得 のレスポンスモデル
GetRoomResult() - Constructor for class io.gs2.realtime.result.GetRoomResult
 
getServerSpec() - Method in class io.gs2.realtime.model.Namespace
サーバのスペックを取得
getServerSpec() - Method in class io.gs2.realtime.request.CreateNamespaceRequest
サーバのスペックを取得
getServerSpec() - Method in class io.gs2.realtime.request.UpdateNamespaceRequest
サーバのスペックを取得
getServerType() - Method in class io.gs2.realtime.model.Namespace
サーバの種類を取得
getServerType() - Method in class io.gs2.realtime.request.CreateNamespaceRequest
サーバの種類を取得
getServerType() - Method in class io.gs2.realtime.request.UpdateNamespaceRequest
サーバの種類を取得
getSound() - Method in class io.gs2.realtime.model.NotificationSetting
モバイルプッシュ通知で使用するサウンドファイル名を取得
getStatus() - Method in class io.gs2.realtime.result.GetNamespaceStatusResult
Noneを取得
getUpdatedAt() - Method in class io.gs2.realtime.model.Namespace
最終更新日時を取得
getUpdatedAt() - Method in class io.gs2.realtime.model.Room
最終更新日時を取得
Gs2RealtimeRestClient - Class in io.gs2.realtime
GS2 Realtime API クライアント
Gs2RealtimeRestClient(IGs2Credential) - Constructor for class io.gs2.realtime.Gs2RealtimeRestClient
コンストラクタ。
Gs2RealtimeRestClient(IGs2Credential, Region) - Constructor for class io.gs2.realtime.Gs2RealtimeRestClient
コンストラクタ。
Gs2RealtimeRestClient(IGs2Credential, String) - Constructor for class io.gs2.realtime.Gs2RealtimeRestClient
コンストラクタ。

H

hashCode() - Method in class io.gs2.realtime.model.Namespace
 
hashCode() - Method in class io.gs2.realtime.model.Room
 

I

io.gs2.realtime - package io.gs2.realtime
 
io.gs2.realtime.model - package io.gs2.realtime.model
 
io.gs2.realtime.request - package io.gs2.realtime.request
 
io.gs2.realtime.result - package io.gs2.realtime.result
 
ipAddress - Variable in class io.gs2.realtime.model.Room
IPアドレス

N

name - Variable in class io.gs2.realtime.model.Namespace
ネームスペース名
name - Variable in class io.gs2.realtime.model.Room
ルーム名
Namespace - Class in io.gs2.realtime.model
ネームスペース
Namespace() - Constructor for class io.gs2.realtime.model.Namespace
 
namespaceId - Variable in class io.gs2.realtime.model.Namespace
ネームスペース
NotificationSetting - Class in io.gs2.realtime.model
プッシュ通知設定
NotificationSetting() - Constructor for class io.gs2.realtime.model.NotificationSetting
 
notificationUserIds - Variable in class io.gs2.realtime.model.Room
ルームの作成が終わったときに通知を受けるユーザIDリスト

O

ownerId - Variable in class io.gs2.realtime.model.Namespace
オーナーID

P

port - Variable in class io.gs2.realtime.model.Room
待受ポート

R

Room - Class in io.gs2.realtime.model
ルーム
Room() - Constructor for class io.gs2.realtime.model.Room
 
roomId - Variable in class io.gs2.realtime.model.Room
ルーム

S

serverSpec - Variable in class io.gs2.realtime.model.Namespace
サーバのスペック
serverType - Variable in class io.gs2.realtime.model.Namespace
サーバの種類
setCreatedAt(Long) - Method in class io.gs2.realtime.model.Namespace
作成日時を設定
setCreatedAt(Long) - Method in class io.gs2.realtime.model.Room
作成日時を設定
setCreateNotification(NotificationSetting) - Method in class io.gs2.realtime.model.Namespace
ルームの作成が終わったときのプッシュ通知を設定
setCreateNotification(NotificationSetting) - Method in class io.gs2.realtime.request.CreateNamespaceRequest
ルームの作成が終わったときのプッシュ通知を設定
setCreateNotification(NotificationSetting) - Method in class io.gs2.realtime.request.UpdateNamespaceRequest
ルームの作成が終わったときのプッシュ通知を設定
setDescription(String) - Method in class io.gs2.realtime.model.Namespace
ネームスペースの説明を設定
setDescription(String) - Method in class io.gs2.realtime.request.CreateNamespaceRequest
ネームスペースの説明を設定
setDescription(String) - Method in class io.gs2.realtime.request.UpdateNamespaceRequest
ネームスペースの説明を設定
setEnableTransferMobileNotification(Boolean) - Method in class io.gs2.realtime.model.NotificationSetting
モバイルプッシュ通知へ転送するかを設定
setEncryptionKey(String) - Method in class io.gs2.realtime.model.Room
暗号鍵を設定
setEncryptionKey(String) - Method in class io.gs2.realtime.request.CreateRoomRequest
暗号鍵を設定
setGatewayNamespaceId(String) - Method in class io.gs2.realtime.model.NotificationSetting
プッシュ通知に使用する GS2-Gateway のネームスペース のGRNを設定
setIpAddress(String) - Method in class io.gs2.realtime.model.Room
IPアドレスを設定
setIpAddress(String) - Method in class io.gs2.realtime.request.CreateRoomRequest
IPアドレスを設定
setItem(Namespace) - Method in class io.gs2.realtime.result.CreateNamespaceResult
作成したネームスペースを設定
setItem(Room) - Method in class io.gs2.realtime.result.CreateRoomResult
ルームを設定
setItem(Namespace) - Method in class io.gs2.realtime.result.DeleteNamespaceResult
削除したネームスペースを設定
setItem(Room) - Method in class io.gs2.realtime.result.DeleteRoomResult
ルームを設定
setItem(Namespace) - Method in class io.gs2.realtime.result.GetNamespaceResult
ネームスペースを設定
setItem(Room) - Method in class io.gs2.realtime.result.GetRoomResult
ルームを設定
setItem(Namespace) - Method in class io.gs2.realtime.result.UpdateNamespaceResult
更新したネームスペースを設定
setItem(Room) - Method in class io.gs2.realtime.result.WantRoomResult
ルームを設定
setItems(List<Namespace>) - Method in class io.gs2.realtime.result.DescribeNamespacesResult
ネームスペースのリストを設定
setItems(List<Room>) - Method in class io.gs2.realtime.result.DescribeRoomsResult
ルームのリストを設定
setLimit(Long) - Method in class io.gs2.realtime.request.DescribeNamespacesRequest
データの取得件数を設定
setLimit(Long) - Method in class io.gs2.realtime.request.DescribeRoomsRequest
データの取得件数を設定
setName(String) - Method in class io.gs2.realtime.model.Namespace
ネームスペース名を設定
setName(String) - Method in class io.gs2.realtime.model.Room
ルーム名を設定
setName(String) - Method in class io.gs2.realtime.request.CreateNamespaceRequest
ネームスペース名を設定
setName(String) - Method in class io.gs2.realtime.request.CreateRoomRequest
ルーム名を設定
setName(String) - Method in class io.gs2.realtime.request.WantRoomRequest
ルーム名を設定
setNamespaceId(String) - Method in class io.gs2.realtime.model.Namespace
ネームスペースを設定
setNamespaceName(String) - Method in class io.gs2.realtime.request.CreateRoomRequest
ネームスペース名を設定
setNamespaceName(String) - Method in class io.gs2.realtime.request.DeleteNamespaceRequest
ネームスペース名を設定
setNamespaceName(String) - Method in class io.gs2.realtime.request.DeleteRoomRequest
ネームスペース名を設定
setNamespaceName(String) - Method in class io.gs2.realtime.request.DescribeRoomsRequest
ネームスペース名を設定
setNamespaceName(String) - Method in class io.gs2.realtime.request.GetNamespaceRequest
ネームスペース名を設定
setNamespaceName(String) - Method in class io.gs2.realtime.request.GetNamespaceStatusRequest
ネームスペース名を設定
setNamespaceName(String) - Method in class io.gs2.realtime.request.GetRoomRequest
ネームスペース名を設定
setNamespaceName(String) - Method in class io.gs2.realtime.request.UpdateNamespaceRequest
ネームスペース名を設定
setNamespaceName(String) - Method in class io.gs2.realtime.request.WantRoomRequest
ネームスペース名を設定
setNextPageToken(String) - Method in class io.gs2.realtime.result.DescribeNamespacesResult
リストの続きを取得するためのページトークンを設定
setNextPageToken(String) - Method in class io.gs2.realtime.result.DescribeRoomsResult
リストの続きを取得するためのページトークンを設定
setNotificationUserIds(List<String>) - Method in class io.gs2.realtime.model.Room
ルームの作成が終わったときに通知を受けるユーザIDリストを設定
setNotificationUserIds(List<String>) - Method in class io.gs2.realtime.request.WantRoomRequest
ルームの作成が終わったときに通知を受けるユーザIDリストを設定
setOwnerId(String) - Method in class io.gs2.realtime.model.Namespace
オーナーIDを設定
setPageToken(String) - Method in class io.gs2.realtime.request.DescribeNamespacesRequest
データの取得を開始する位置を指定するトークンを設定
setPageToken(String) - Method in class io.gs2.realtime.request.DescribeRoomsRequest
データの取得を開始する位置を指定するトークンを設定
setPort(Integer) - Method in class io.gs2.realtime.model.Room
待受ポートを設定
setPort(Integer) - Method in class io.gs2.realtime.request.CreateRoomRequest
待受ポートを設定
setRoomId(String) - Method in class io.gs2.realtime.model.Room
ルームを設定
setRoomName(String) - Method in class io.gs2.realtime.request.DeleteRoomRequest
ルーム名を設定
setRoomName(String) - Method in class io.gs2.realtime.request.GetRoomRequest
ルーム名を設定
setServerSpec(String) - Method in class io.gs2.realtime.model.Namespace
サーバのスペックを設定
setServerSpec(String) - Method in class io.gs2.realtime.request.CreateNamespaceRequest
サーバのスペックを設定
setServerSpec(String) - Method in class io.gs2.realtime.request.UpdateNamespaceRequest
サーバのスペックを設定
setServerType(String) - Method in class io.gs2.realtime.model.Namespace
サーバの種類を設定
setServerType(String) - Method in class io.gs2.realtime.request.CreateNamespaceRequest
サーバの種類を設定
setServerType(String) - Method in class io.gs2.realtime.request.UpdateNamespaceRequest
サーバの種類を設定
setSound(String) - Method in class io.gs2.realtime.model.NotificationSetting
モバイルプッシュ通知で使用するサウンドファイル名を設定
setStatus(String) - Method in class io.gs2.realtime.result.GetNamespaceStatusResult
Noneを設定
setUpdatedAt(Long) - Method in class io.gs2.realtime.model.Namespace
最終更新日時を設定
setUpdatedAt(Long) - Method in class io.gs2.realtime.model.Room
最終更新日時を設定
sound - Variable in class io.gs2.realtime.model.NotificationSetting
モバイルプッシュ通知で使用するサウンドファイル名

T

toJson() - Method in class io.gs2.realtime.model.Namespace
 
toJson() - Method in class io.gs2.realtime.model.NotificationSetting
 
toJson() - Method in class io.gs2.realtime.model.Room
 

U

updatedAt - Variable in class io.gs2.realtime.model.Namespace
最終更新日時
updatedAt - Variable in class io.gs2.realtime.model.Room
最終更新日時
updateNamespace(UpdateNamespaceRequest) - Method in class io.gs2.realtime.Gs2RealtimeRestClient
ネームスペースを更新
UpdateNamespaceRequest - Class in io.gs2.realtime.request
ネームスペースを更新 のリクエストモデル
UpdateNamespaceRequest() - Constructor for class io.gs2.realtime.request.UpdateNamespaceRequest
 
UpdateNamespaceResult - Class in io.gs2.realtime.result
ネームスペースを更新 のレスポンスモデル
UpdateNamespaceResult() - Constructor for class io.gs2.realtime.result.UpdateNamespaceResult
 

W

wantRoom(WantRoomRequest) - Method in class io.gs2.realtime.Gs2RealtimeRestClient
ルームの作成依頼。
WantRoomRequest - Class in io.gs2.realtime.request
ルームの作成依頼。 のリクエストモデル
WantRoomRequest() - Constructor for class io.gs2.realtime.request.WantRoomRequest
 
WantRoomResult - Class in io.gs2.realtime.result
ルームの作成依頼。 のレスポンスモデル
WantRoomResult() - Constructor for class io.gs2.realtime.result.WantRoomResult
 
withCreatedAt(Long) - Method in class io.gs2.realtime.model.Namespace
作成日時を設定
withCreatedAt(Long) - Method in class io.gs2.realtime.model.Room
作成日時を設定
withCreateNotification(NotificationSetting) - Method in class io.gs2.realtime.model.Namespace
ルームの作成が終わったときのプッシュ通知を設定
withCreateNotification(NotificationSetting) - Method in class io.gs2.realtime.request.CreateNamespaceRequest
ルームの作成が終わったときのプッシュ通知を設定
withCreateNotification(NotificationSetting) - Method in class io.gs2.realtime.request.UpdateNamespaceRequest
ルームの作成が終わったときのプッシュ通知を設定
withDescription(String) - Method in class io.gs2.realtime.model.Namespace
ネームスペースの説明を設定
withDescription(String) - Method in class io.gs2.realtime.request.CreateNamespaceRequest
ネームスペースの説明を設定
withDescription(String) - Method in class io.gs2.realtime.request.UpdateNamespaceRequest
ネームスペースの説明を設定
withEnableTransferMobileNotification(Boolean) - Method in class io.gs2.realtime.model.NotificationSetting
モバイルプッシュ通知へ転送するかを設定
withEncryptionKey(String) - Method in class io.gs2.realtime.model.Room
暗号鍵を設定
withEncryptionKey(String) - Method in class io.gs2.realtime.request.CreateRoomRequest
暗号鍵を設定
withGatewayNamespaceId(String) - Method in class io.gs2.realtime.model.NotificationSetting
プッシュ通知に使用する GS2-Gateway のネームスペース のGRNを設定
withIpAddress(String) - Method in class io.gs2.realtime.model.Room
IPアドレスを設定
withIpAddress(String) - Method in class io.gs2.realtime.request.CreateRoomRequest
IPアドレスを設定
withLimit(Long) - Method in class io.gs2.realtime.request.DescribeNamespacesRequest
データの取得件数を設定
withLimit(Long) - Method in class io.gs2.realtime.request.DescribeRoomsRequest
データの取得件数を設定
withName(String) - Method in class io.gs2.realtime.model.Namespace
ネームスペース名を設定
withName(String) - Method in class io.gs2.realtime.model.Room
ルーム名を設定
withName(String) - Method in class io.gs2.realtime.request.CreateNamespaceRequest
ネームスペース名を設定
withName(String) - Method in class io.gs2.realtime.request.CreateRoomRequest
ルーム名を設定
withName(String) - Method in class io.gs2.realtime.request.WantRoomRequest
ルーム名を設定
withNamespaceId(String) - Method in class io.gs2.realtime.model.Namespace
ネームスペースを設定
withNamespaceName(String) - Method in class io.gs2.realtime.request.CreateRoomRequest
ネームスペース名を設定
withNamespaceName(String) - Method in class io.gs2.realtime.request.DeleteNamespaceRequest
ネームスペース名を設定
withNamespaceName(String) - Method in class io.gs2.realtime.request.DeleteRoomRequest
ネームスペース名を設定
withNamespaceName(String) - Method in class io.gs2.realtime.request.DescribeRoomsRequest
ネームスペース名を設定
withNamespaceName(String) - Method in class io.gs2.realtime.request.GetNamespaceRequest
ネームスペース名を設定
withNamespaceName(String) - Method in class io.gs2.realtime.request.GetNamespaceStatusRequest
ネームスペース名を設定
withNamespaceName(String) - Method in class io.gs2.realtime.request.GetRoomRequest
ネームスペース名を設定
withNamespaceName(String) - Method in class io.gs2.realtime.request.UpdateNamespaceRequest
ネームスペース名を設定
withNamespaceName(String) - Method in class io.gs2.realtime.request.WantRoomRequest
ネームスペース名を設定
withNotificationUserIds(List<String>) - Method in class io.gs2.realtime.model.Room
ルームの作成が終わったときに通知を受けるユーザIDリストを設定
withNotificationUserIds(List<String>) - Method in class io.gs2.realtime.request.WantRoomRequest
ルームの作成が終わったときに通知を受けるユーザIDリストを設定
withOwnerId(String) - Method in class io.gs2.realtime.model.Namespace
オーナーIDを設定
withPageToken(String) - Method in class io.gs2.realtime.request.DescribeNamespacesRequest
データの取得を開始する位置を指定するトークンを設定
withPageToken(String) - Method in class io.gs2.realtime.request.DescribeRoomsRequest
データの取得を開始する位置を指定するトークンを設定
withPort(Integer) - Method in class io.gs2.realtime.model.Room
待受ポートを設定
withPort(Integer) - Method in class io.gs2.realtime.request.CreateRoomRequest
待受ポートを設定
withRoomId(String) - Method in class io.gs2.realtime.model.Room
ルームを設定
withRoomName(String) - Method in class io.gs2.realtime.request.DeleteRoomRequest
ルーム名を設定
withRoomName(String) - Method in class io.gs2.realtime.request.GetRoomRequest
ルーム名を設定
withServerSpec(String) - Method in class io.gs2.realtime.model.Namespace
サーバのスペックを設定
withServerSpec(String) - Method in class io.gs2.realtime.request.CreateNamespaceRequest
サーバのスペックを設定
withServerSpec(String) - Method in class io.gs2.realtime.request.UpdateNamespaceRequest
サーバのスペックを設定
withServerType(String) - Method in class io.gs2.realtime.model.Namespace
サーバの種類を設定
withServerType(String) - Method in class io.gs2.realtime.request.CreateNamespaceRequest
サーバの種類を設定
withServerType(String) - Method in class io.gs2.realtime.request.UpdateNamespaceRequest
サーバの種類を設定
withSound(String) - Method in class io.gs2.realtime.model.NotificationSetting
モバイルプッシュ通知で使用するサウンドファイル名を設定
withUpdatedAt(Long) - Method in class io.gs2.realtime.model.Namespace
最終更新日時を設定
withUpdatedAt(Long) - Method in class io.gs2.realtime.model.Room
最終更新日時を設定
C D E G H I N O P R S T U W 
Skip navigation links

Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.