public static class GetSubscribedServiceRequest.Builder extends Object implements BmcRequest.Builder<GetSubscribedServiceRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetSubscribedServiceRequest |
build()
Build the instance of GetSubscribedServiceRequest as configured by this builder
|
GetSubscribedServiceRequest |
buildWithoutInvocationCallback()
Build the instance of GetSubscribedServiceRequest as configured by this builder
|
GetSubscribedServiceRequest.Builder |
copy(GetSubscribedServiceRequest o)
Copy method to populate the builder with values from the given instance.
|
GetSubscribedServiceRequest.Builder |
fields(List<String> fields)
Partial response refers to an optimization technique offered by the RESTful web APIs to
return only the information (fields) required by the client.
|
GetSubscribedServiceRequest.Builder |
fields(String singularValue)
Singular setter.
|
GetSubscribedServiceRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
GetSubscribedServiceRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetSubscribedServiceRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
GetSubscribedServiceRequest.Builder |
subscribedServiceId(String subscribedServiceId)
The Subscribed Service Id
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public GetSubscribedServiceRequest.Builder subscribedServiceId(String subscribedServiceId)
The Subscribed Service Id
subscribedServiceId
- the value to setpublic GetSubscribedServiceRequest.Builder fields(List<String> fields)
Partial response refers to an optimization technique offered by the RESTful web APIs to return only the information (fields) required by the client. In this mechanism, the client sends the required field names as the query parameters for an API to the server, and the server trims down the default response content by removing the fields that are not required by the client. The parameter used to control what fields to return should be a query string parameter called “fields” of type array, and usecollectionFormat
fields
- the value to setpublic GetSubscribedServiceRequest.Builder fields(String singularValue)
Singular setter. Partial response refers to an optimization technique offered by the RESTful web APIs to return only the information (fields) required by the client. In this mechanism, the client sends the required field names as the query parameters for an API to the server, and the server trims down the default response content by removing the fields that are not required by the client. The parameter used to control what fields to return should be a query string parameter called “fields” of type array, and usecollectionFormat
singularValue
- the singular value to setpublic GetSubscribedServiceRequest.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.
opcRequestId
- the value to setpublic GetSubscribedServiceRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic GetSubscribedServiceRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic GetSubscribedServiceRequest.Builder copy(GetSubscribedServiceRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<GetSubscribedServiceRequest,Void>
o
- other request from which to copy valuespublic GetSubscribedServiceRequest build()
Build the instance of GetSubscribedServiceRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<GetSubscribedServiceRequest,Void>
public GetSubscribedServiceRequest buildWithoutInvocationCallback()
Build the instance of GetSubscribedServiceRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.