public static interface GetCollaborationResponse.Builder extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<GetCollaborationResponse.Builder,GetCollaborationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCollaborationResponse.Builder |
collaboration(Collaboration collaboration)
The entire collaboration for this identifier.
|
default GetCollaborationResponse.Builder |
collaboration(Consumer<Collaboration.Builder> collaboration)
The entire collaboration for this identifier.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCollaborationResponse.Builder collaboration(Collaboration collaboration)
The entire collaboration for this identifier.
collaboration - The entire collaboration for this identifier.default GetCollaborationResponse.Builder collaboration(Consumer<Collaboration.Builder> collaboration)
The entire collaboration for this identifier.
This is a convenience method that creates an instance of theCollaboration.Builder avoiding the need
to create one manually via Collaboration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to collaboration(Collaboration).
collaboration - a consumer that will call methods on Collaboration.Buildercollaboration(Collaboration)Copyright © 2023. All rights reserved.