Class GetSubscribedServiceRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • subscribedServiceId

        public GetSubscribedServiceRequest.Builder subscribedServiceId​(String subscribedServiceId)
        The Subscribed Service Id
        Parameters:
        subscribedServiceId - the value to set
        Returns:
        this builder instance
      • fields

        public 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

        Parameters:
        fields - the value to set
        Returns:
        this builder instance
      • fields

        public 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

        Parameters:
        singularValue - the singular value to set
        Returns:
        this builder instance
      • opcRequestId

        public 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.

        Parameters:
        opcRequestId - the value to set
        Returns:
        this builder instance
      • invocationCallback

        public GetSubscribedServiceRequest.Builder invocationCallback​(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
        Set the invocation callback for the request to be built.
        Parameters:
        invocationCallback - the invocation callback to be set for the request
        Returns:
        this builder instance
      • retryConfiguration

        public GetSubscribedServiceRequest.Builder retryConfiguration​(RetryConfiguration retryConfiguration)
        Set the retry configuration for the request to be built.
        Parameters:
        retryConfiguration - the retry configuration to be used for the request
        Returns:
        this builder instance