BuilderSyntax<RequestReplayInfo>
, DownloadSyntax
, RequestReplayInfoSyntax
public static final class RequestReplayInfo.Builder extends java.lang.Object implements RequestReplayInfoSyntax, DownloadSyntax
Constructor | Description |
---|---|
Builder() |
Modifier and Type | Method | Description |
---|---|---|
RequestReplayInfo |
build() |
|
BuilderSyntax<RequestReplayInfo> |
download() |
|
BuilderSyntax<RequestReplayInfo> |
download(boolean value) |
|
DownloadSyntax |
of(byte[] replayDataInBytes) |
|
DownloadSyntax |
of(java.nio.file.Path replayPath) |
public DownloadSyntax of(java.nio.file.Path replayPath)
of
in interface RequestReplayInfoSyntax
public DownloadSyntax of(byte[] replayDataInBytes)
of
in interface RequestReplayInfoSyntax
public BuilderSyntax<RequestReplayInfo> download()
download
in interface DownloadSyntax
public BuilderSyntax<RequestReplayInfo> download(boolean value)
download
in interface DownloadSyntax
public RequestReplayInfo build()
build
in interface BuilderSyntax<RequestReplayInfo>
Copyright © 2017–2018 Ocraft Project. All rights reserved.