public static interface GetSnapshotResponse.Builder extends GameSparksResponse.Builder, SdkPojo, CopyableBuilder<GetSnapshotResponse.Builder,GetSnapshotResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetSnapshotResponse.Builder |
snapshot(Consumer<SnapshotDetails.Builder> snapshot)
Properties that provide details of the snapshot.
|
GetSnapshotResponse.Builder |
snapshot(SnapshotDetails snapshot)
Properties that provide details of the snapshot.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSnapshotResponse.Builder snapshot(SnapshotDetails snapshot)
Properties that provide details of the snapshot.
snapshot - Properties that provide details of the snapshot.default GetSnapshotResponse.Builder snapshot(Consumer<SnapshotDetails.Builder> snapshot)
Properties that provide details of the snapshot.
This is a convenience method that creates an instance of theSnapshotDetails.Builder avoiding the
need to create one manually via SnapshotDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to snapshot(SnapshotDetails).
snapshot - a consumer that will call methods on SnapshotDetails.Buildersnapshot(SnapshotDetails)Copyright © 2022. All rights reserved.