public static interface GetDocumentPathResponse.Builder extends WorkDocsResponse.Builder, SdkPojo, CopyableBuilder<GetDocumentPathResponse.Builder,GetDocumentPathResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetDocumentPathResponse.Builder |
path(Consumer<ResourcePath.Builder> path)
The path information.
|
GetDocumentPathResponse.Builder |
path(ResourcePath path)
The path information.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDocumentPathResponse.Builder path(ResourcePath path)
The path information.
path - The path information.default GetDocumentPathResponse.Builder path(Consumer<ResourcePath.Builder> path)
The path information.
This is a convenience method that creates an instance of theResourcePath.Builder avoiding the need
to create one manually via ResourcePath.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to path(ResourcePath).
path - a consumer that will call methods on ResourcePath.Builderpath(ResourcePath)Copyright © 2023. All rights reserved.