public static interface GetObjectInformationResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<GetObjectInformationResponse.Builder,GetObjectInformationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetObjectInformationResponse.Builder |
objectIdentifier(String objectIdentifier)
The
ObjectIdentifier of the specified object. |
GetObjectInformationResponse.Builder |
schemaFacets(Collection<SchemaFacet> schemaFacets)
The facets attached to the specified object.
|
GetObjectInformationResponse.Builder |
schemaFacets(Consumer<SchemaFacet.Builder>... schemaFacets)
The facets attached to the specified object.
|
GetObjectInformationResponse.Builder |
schemaFacets(SchemaFacet... schemaFacets)
The facets attached to the specified object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetObjectInformationResponse.Builder schemaFacets(Collection<SchemaFacet> schemaFacets)
The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.
schemaFacets - The facets attached to the specified object. Although the response does not include minor version
information, the most recently applied minor version of each Facet is in effect. See
GetAppliedSchemaVersion for details.GetObjectInformationResponse.Builder schemaFacets(SchemaFacet... schemaFacets)
The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.
schemaFacets - The facets attached to the specified object. Although the response does not include minor version
information, the most recently applied minor version of each Facet is in effect. See
GetAppliedSchemaVersion for details.GetObjectInformationResponse.Builder schemaFacets(Consumer<SchemaFacet.Builder>... schemaFacets)
The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.
This is a convenience method that creates an instance of theSchemaFacet.Builder avoiding the need to create
one manually via SchemaFacet.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #schemaFacets(List.
schemaFacets - a consumer that will call methods on
SchemaFacet.Builder#schemaFacets(java.util.Collection) GetObjectInformationResponse.Builder objectIdentifier(String objectIdentifier)
The ObjectIdentifier of the specified object.
objectIdentifier - The ObjectIdentifier of the specified object.Copyright © 2022. All rights reserved.