Class GetLobbyLogsResponse.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.games.matchmaker.types.GetLobbyLogsResponse.Builder
-
- All Implemented Interfaces:
GetLobbyLogsResponse._FinalStage,GetLobbyLogsResponse.WatchStage
- Enclosing class:
- GetLobbyLogsResponse
public static final class GetLobbyLogsResponse.Builder extends java.lang.Object implements GetLobbyLogsResponse.WatchStage, GetLobbyLogsResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetLobbyLogsResponse._FinalStageaddAllLines(java.util.List<java.lang.String> lines)Sorted old to new.GetLobbyLogsResponse._FinalStageaddAllTimestamps(java.util.List<java.lang.String> timestamps)Sorted old to new.GetLobbyLogsResponse._FinalStageaddLines(java.lang.String lines)Sorted old to new.GetLobbyLogsResponse._FinalStageaddTimestamps(java.lang.String timestamps)Sorted old to new.GetLobbyLogsResponsebuild()GetLobbyLogsResponse.Builderfrom(GetLobbyLogsResponse other)GetLobbyLogsResponse._FinalStagelines(java.util.List<java.lang.String> lines)GetLobbyLogsResponse._FinalStagetimestamps(java.util.List<java.lang.String> timestamps)GetLobbyLogsResponse._FinalStagewatch(WatchResponse watch)
-
-
-
Method Detail
-
from
public GetLobbyLogsResponse.Builder from(GetLobbyLogsResponse other)
- Specified by:
fromin interfaceGetLobbyLogsResponse.WatchStage
-
watch
public GetLobbyLogsResponse._FinalStage watch(WatchResponse watch)
- Specified by:
watchin interfaceGetLobbyLogsResponse.WatchStage
-
addAllTimestamps
public GetLobbyLogsResponse._FinalStage addAllTimestamps(java.util.List<java.lang.String> timestamps)
Sorted old to new.
- Specified by:
addAllTimestampsin interfaceGetLobbyLogsResponse._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
addTimestamps
public GetLobbyLogsResponse._FinalStage addTimestamps(java.lang.String timestamps)
Sorted old to new.
- Specified by:
addTimestampsin interfaceGetLobbyLogsResponse._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
timestamps
public GetLobbyLogsResponse._FinalStage timestamps(java.util.List<java.lang.String> timestamps)
- Specified by:
timestampsin interfaceGetLobbyLogsResponse._FinalStage
-
addAllLines
public GetLobbyLogsResponse._FinalStage addAllLines(java.util.List<java.lang.String> lines)
Sorted old to new.
- Specified by:
addAllLinesin interfaceGetLobbyLogsResponse._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
addLines
public GetLobbyLogsResponse._FinalStage addLines(java.lang.String lines)
Sorted old to new.
- Specified by:
addLinesin interfaceGetLobbyLogsResponse._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
lines
public GetLobbyLogsResponse._FinalStage lines(java.util.List<java.lang.String> lines)
- Specified by:
linesin interfaceGetLobbyLogsResponse._FinalStage
-
build
public GetLobbyLogsResponse build()
- Specified by:
buildin interfaceGetLobbyLogsResponse._FinalStage
-
-