public static class ExpandTreeForGlossaryResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ExpandTreeForGlossaryResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ExpandTreeForGlossaryResponse |
build() |
ExpandTreeForGlossaryResponse.Builder |
copy(ExpandTreeForGlossaryResponse o)
Copy method to populate the builder with values from the given instance.
|
ExpandTreeForGlossaryResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
ExpandTreeForGlossaryResponse.Builder |
items(List<GlossaryTreeElement> items)
A list of com.oracle.bmc.datacatalog.model.GlossaryTreeElement instances.
|
ExpandTreeForGlossaryResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
public ExpandTreeForGlossaryResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public ExpandTreeForGlossaryResponse.Builder copy(ExpandTreeForGlossaryResponse o)
Copy method to populate the builder with values from the given instance.
public ExpandTreeForGlossaryResponse build()
public ExpandTreeForGlossaryResponse.Builder etag(String etag)
For optimistic concurrency control. See ETags for Optimistic Concurrency Control.
this
.public ExpandTreeForGlossaryResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
this
.public ExpandTreeForGlossaryResponse.Builder items(List<GlossaryTreeElement> items)
A list of com.oracle.bmc.datacatalog.model.GlossaryTreeElement instances.
this
.Copyright © 2016–2022. All rights reserved.