Class AtsUpdateApplicationNoteRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsUpdateApplicationNoteRequestBuilder
-
public class AtsUpdateApplicationNoteRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AtsUpdateApplicationNoteRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsUpdateApplicationNoteRequestBuilderatsUpdateNotesRequestDto(AtsUpdateNotesRequestDto atsUpdateNotesRequestDto)AtsUpdateApplicationNoteResponsecall()AtsUpdateApplicationNoteRequestBuilderid(java.lang.String id)AtsUpdateApplicationNoteRequestBuilderretryConfig(RetryConfig retryConfig)AtsUpdateApplicationNoteRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)AtsUpdateApplicationNoteRequestBuildersubResourceId(java.lang.String subResourceId)AtsUpdateApplicationNoteRequestBuilderxAccountId(java.lang.String xAccountId)
-
-
-
Constructor Detail
-
AtsUpdateApplicationNoteRequestBuilder
public AtsUpdateApplicationNoteRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
xAccountId
public AtsUpdateApplicationNoteRequestBuilder xAccountId(java.lang.String xAccountId)
-
id
public AtsUpdateApplicationNoteRequestBuilder id(java.lang.String id)
-
subResourceId
public AtsUpdateApplicationNoteRequestBuilder subResourceId(java.lang.String subResourceId)
-
atsUpdateNotesRequestDto
public AtsUpdateApplicationNoteRequestBuilder atsUpdateNotesRequestDto(AtsUpdateNotesRequestDto atsUpdateNotesRequestDto)
-
retryConfig
public AtsUpdateApplicationNoteRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public AtsUpdateApplicationNoteRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public AtsUpdateApplicationNoteResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-