public static interface GetFolderPathResponse.Builder extends WorkDocsResponse.Builder, SdkPojo, CopyableBuilder<GetFolderPathResponse.Builder,GetFolderPathResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetFolderPathResponse.Builder |
path(Consumer<ResourcePath.Builder> path)
The path information.
|
GetFolderPathResponse.Builder |
path(ResourcePath path)
The path information.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFolderPathResponse.Builder path(ResourcePath path)
The path information.
path - The path information.default GetFolderPathResponse.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.