Uses of Class
com.oracle.bmc.marketplacepublisher.requests.GetTermRequest.Builder
-
Packages that use GetTermRequest.Builder Package Description com.oracle.bmc.marketplacepublisher.requests -
-
Uses of GetTermRequest.Builder in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return GetTermRequest.Builder Modifier and Type Method Description static GetTermRequest.Builder
GetTermRequest. builder()
Return a new builder for this request object.GetTermRequest.Builder
GetTermRequest.Builder. copy(GetTermRequest o)
Copy method to populate the builder with values from the given instance.GetTermRequest.Builder
GetTermRequest.Builder. invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.GetTermRequest.Builder
GetTermRequest.Builder. opcRequestId(String opcRequestId)
The client request ID for tracing.GetTermRequest.Builder
GetTermRequest.Builder. retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.GetTermRequest.Builder
GetTermRequest.Builder. termId(String termId)
term OCIDGetTermRequest.Builder
GetTermRequest. toBuilder()
Return an instance ofGetTermRequest.Builder
that allows you to modify request properties.
-