public static interface GetPlayerConnectionStatusResponse.Builder extends GameSparksResponse.Builder, SdkPojo, CopyableBuilder<GetPlayerConnectionStatusResponse.Builder,GetPlayerConnectionStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPlayerConnectionStatusResponse.Builder |
connections(Collection<Connection> connections)
The list of connection ids, one for each connection in use by the player.
|
GetPlayerConnectionStatusResponse.Builder |
connections(Connection... connections)
The list of connection ids, one for each connection in use by the player.
|
GetPlayerConnectionStatusResponse.Builder |
connections(Consumer<Connection.Builder>... connections)
The list of connection ids, one for each connection in use by the player.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPlayerConnectionStatusResponse.Builder connections(Collection<Connection> connections)
The list of connection ids, one for each connection in use by the player.
connections - The list of connection ids, one for each connection in use by the player.GetPlayerConnectionStatusResponse.Builder connections(Connection... connections)
The list of connection ids, one for each connection in use by the player.
connections - The list of connection ids, one for each connection in use by the player.GetPlayerConnectionStatusResponse.Builder connections(Consumer<Connection.Builder>... connections)
The list of connection ids, one for each connection in use by the player.
This is a convenience method that creates an instance of theConnection.Builder avoiding the need to create one
manually via Connection.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #connections(List.
connections - a consumer that will call methods on
Connection.Builder#connections(java.util.Collection) Copyright © 2022. All rights reserved.