public static interface GetPropertygraphSummaryResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<GetPropertygraphSummaryResponse.Builder,GetPropertygraphSummaryResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetPropertygraphSummaryResponse.Builder |
payload(Consumer<PropertygraphSummaryValueMap.Builder> payload)
Payload containing the property graph summary response.
|
GetPropertygraphSummaryResponse.Builder |
payload(PropertygraphSummaryValueMap payload)
Payload containing the property graph summary response.
|
GetPropertygraphSummaryResponse.Builder |
statusCode(Integer statusCodeValue)
The HTTP return code of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPropertygraphSummaryResponse.Builder statusCode(Integer statusCodeValue)
The HTTP return code of the request. If the request succeeded, the code is 200.
statusCodeValue - The HTTP return code of the request. If the request succeeded, the code is 200.GetPropertygraphSummaryResponse.Builder payload(PropertygraphSummaryValueMap payload)
Payload containing the property graph summary response.
payload - Payload containing the property graph summary response.default GetPropertygraphSummaryResponse.Builder payload(Consumer<PropertygraphSummaryValueMap.Builder> payload)
Payload containing the property graph summary response.
This is a convenience method that creates an instance of thePropertygraphSummaryValueMap.Builder
avoiding the need to create one manually via PropertygraphSummaryValueMap.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to payload(PropertygraphSummaryValueMap).
payload - a consumer that will call methods on PropertygraphSummaryValueMap.Builderpayload(PropertygraphSummaryValueMap)Copyright © 2023. All rights reserved.