Class MessagingGetAttachmentRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.MessagingGetAttachmentRequestBuilder
-
public class MessagingGetAttachmentRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MessagingGetAttachmentRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagingGetAttachmentResponsecall()MessagingGetAttachmentRequestBuilderrequest(MessagingGetAttachmentRequest request)MessagingGetAttachmentRequestBuilderretryConfig(RetryConfig retryConfig)MessagingGetAttachmentRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
MessagingGetAttachmentRequestBuilder
public MessagingGetAttachmentRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public MessagingGetAttachmentRequestBuilder request(MessagingGetAttachmentRequest request)
-
retryConfig
public MessagingGetAttachmentRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public MessagingGetAttachmentRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public MessagingGetAttachmentResponse call()
-
-