Class ListPublishedObjectsRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • fields

        public ListPublishedObjectsRequest.Builder fields​(String singularValue)
        Singular setter.

        Specifies the fields to get for an object.

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

        public ListPublishedObjectsRequest.Builder nameStartsWith​(String nameStartsWith)
        This parameter can be used to filter objects by the names starting with the given value.
        Parameters:
        nameStartsWith - the value to set
        Returns:
        this builder instance
      • nameContains

        public ListPublishedObjectsRequest.Builder nameContains​(String nameContains)
        This parameter can be used to filter objects by the names that match partially or fully with the given value.
        Parameters:
        nameContains - the value to set
        Returns:
        this builder instance
      • identifier

        public ListPublishedObjectsRequest.Builder identifier​(List<String> identifier)
        Used to filter by the identifier of the published object.
        Parameters:
        identifier - the value to set
        Returns:
        this builder instance
      • identifier

        public ListPublishedObjectsRequest.Builder identifier​(String singularValue)
        Singular setter.

        Used to filter by the identifier of the published object.

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

        public ListPublishedObjectsRequest.Builder type​(List<String> type)
        Used to filter by the object type of the object.

        It can be suffixed with an optional filter operator InSubtree. For Data Integration APIs, a filter based on type Task is used.

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

        public ListPublishedObjectsRequest.Builder type​(String singularValue)
        Singular setter.

        Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. For Data Integration APIs, a filter based on type Task is used.

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

        public ListPublishedObjectsRequest.Builder typeInSubtree​(String typeInSubtree)
        Used in association with type parameter.

        If value is true, then type all sub types of the given type parameter is considered. If value is false, then sub types are not considered. Default is false.

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

        public ListPublishedObjectsRequest.Builder page​(String page)
        For list pagination.

        The value for this parameter is the opc-next-page or the opc-prev-page response header from the previous List call. See List Pagination.

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

        public ListPublishedObjectsRequest.Builder sortBy​(ListPublishedObjectsRequest.SortBy sortBy)
        Specifies the field to sort by.

        Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter query is present (search operation and sorting order is by relevance score in descending order).

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

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