Class GlobalEventKind.Builder
- java.lang.Object
-
- com.rivet.api.resources.identity.common.types.GlobalEventKind.Builder
-
- Enclosing class:
- GlobalEventKind
public static final class GlobalEventKind.Builder extends java.lang.Object
-
-
Method Summary
-
-
-
Method Detail
-
from
public GlobalEventKind.Builder from(GlobalEventKind other)
-
chatMessage
public GlobalEventKind.Builder chatMessage(java.util.Optional<GlobalEventChatMessage> chatMessage)
-
chatMessage
public GlobalEventKind.Builder chatMessage(GlobalEventChatMessage chatMessage)
-
chatRead
public GlobalEventKind.Builder chatRead(java.util.Optional<GlobalEventChatRead> chatRead)
-
chatRead
public GlobalEventKind.Builder chatRead(GlobalEventChatRead chatRead)
-
identityUpdate
public GlobalEventKind.Builder identityUpdate(java.util.Optional<GlobalEventIdentityUpdate> identityUpdate)
-
identityUpdate
public GlobalEventKind.Builder identityUpdate(GlobalEventIdentityUpdate identityUpdate)
-
matchmakerLobbyJoin
public GlobalEventKind.Builder matchmakerLobbyJoin(java.util.Optional<GlobalEventMatchmakerLobbyJoin> matchmakerLobbyJoin)
-
matchmakerLobbyJoin
public GlobalEventKind.Builder matchmakerLobbyJoin(GlobalEventMatchmakerLobbyJoin matchmakerLobbyJoin)
-
chatThreadRemove
public GlobalEventKind.Builder chatThreadRemove(java.util.Optional<GlobalEventChatThreadRemove> chatThreadRemove)
-
chatThreadRemove
public GlobalEventKind.Builder chatThreadRemove(GlobalEventChatThreadRemove chatThreadRemove)
-
build
public GlobalEventKind build()
-
-