Interface PutDialRequestBatchResponse.Builder

    • Method Detail

      • successfulRequests

        PutDialRequestBatchResponse.Builder successfulRequests​(Collection<SuccessfulRequest> successfulRequests)
        Sets the value of the SuccessfulRequests property for this object.
        Parameters:
        successfulRequests - The new value for the SuccessfulRequests property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • successfulRequests

        PutDialRequestBatchResponse.Builder successfulRequests​(SuccessfulRequest... successfulRequests)
        Sets the value of the SuccessfulRequests property for this object.
        Parameters:
        successfulRequests - The new value for the SuccessfulRequests property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedRequests

        PutDialRequestBatchResponse.Builder failedRequests​(Collection<FailedRequest> failedRequests)
        Sets the value of the FailedRequests property for this object.
        Parameters:
        failedRequests - The new value for the FailedRequests property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedRequests

        PutDialRequestBatchResponse.Builder failedRequests​(FailedRequest... failedRequests)
        Sets the value of the FailedRequests property for this object.
        Parameters:
        failedRequests - The new value for the FailedRequests property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.