Class ListOperationsRequest

    • Constructor Detail

      • ListOperationsRequest

        public ListOperationsRequest()
    • Method Detail

      • setMarker

        public void setMarker​(String marker)

        For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional operations. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

        Type: String

        Default: None

        Required: No

        Parameters:
        marker - For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional operations. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

        Type: String

        Default: None

        Required: No

      • getMarker

        public String getMarker()

        For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional operations. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

        Type: String

        Default: None

        Required: No

        Returns:
        For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional operations. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

        Type: String

        Default: None

        Required: No

      • withMarker

        public ListOperationsRequest withMarker​(String marker)

        For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional operations. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

        Type: String

        Default: None

        Required: No

        Parameters:
        marker - For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional operations. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

        Type: String

        Default: None

        Required: No

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxItems

        public void setMaxItems​(Integer maxItems)

        Number of domains to be returned.

        Type: Integer

        Default: 20

        Constraints: A value between 1 and 100.

        Required: No

        Parameters:
        maxItems - Number of domains to be returned.

        Type: Integer

        Default: 20

        Constraints: A value between 1 and 100.

        Required: No

      • getMaxItems

        public Integer getMaxItems()

        Number of domains to be returned.

        Type: Integer

        Default: 20

        Constraints: A value between 1 and 100.

        Required: No

        Returns:
        Number of domains to be returned.

        Type: Integer

        Default: 20

        Constraints: A value between 1 and 100.

        Required: No

      • withMaxItems

        public ListOperationsRequest withMaxItems​(Integer maxItems)

        Number of domains to be returned.

        Type: Integer

        Default: 20

        Constraints: A value between 1 and 100.

        Required: No

        Parameters:
        maxItems - Number of domains to be returned.

        Type: Integer

        Default: 20

        Constraints: A value between 1 and 100.

        Required: No

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object