Class TicketingDownloadTicketingAttachmentRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.TicketingDownloadTicketingAttachmentRequestBuilder
-
public class TicketingDownloadTicketingAttachmentRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TicketingDownloadTicketingAttachmentRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TicketingDownloadTicketingAttachmentResponsecall()TicketingDownloadTicketingAttachmentRequestBuilderrequest(TicketingDownloadTicketingAttachmentRequest request)TicketingDownloadTicketingAttachmentRequestBuilderretryConfig(RetryConfig retryConfig)TicketingDownloadTicketingAttachmentRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
TicketingDownloadTicketingAttachmentRequestBuilder
public TicketingDownloadTicketingAttachmentRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public TicketingDownloadTicketingAttachmentRequestBuilder request(TicketingDownloadTicketingAttachmentRequest request)
-
retryConfig
public TicketingDownloadTicketingAttachmentRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public TicketingDownloadTicketingAttachmentRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public TicketingDownloadTicketingAttachmentResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-