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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlobalEventKindbuild()GlobalEventKind.Builderfrom(GlobalEventKind other)GlobalEventKind.BuilderidentityUpdate(GlobalEventIdentityUpdate identityUpdate)GlobalEventKind.BuilderidentityUpdate(java.util.Optional<GlobalEventIdentityUpdate> identityUpdate)GlobalEventKind.BuildermatchmakerLobbyJoin(GlobalEventMatchmakerLobbyJoin matchmakerLobbyJoin)GlobalEventKind.BuildermatchmakerLobbyJoin(java.util.Optional<GlobalEventMatchmakerLobbyJoin> matchmakerLobbyJoin)
-
-
-
Method Detail
-
from
public GlobalEventKind.Builder from(GlobalEventKind other)
-
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)
-
build
public GlobalEventKind build()
-
-