Class MessagingAttachmentResult.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.MessagingAttachmentResult.Builder
-
- Enclosing class:
- MessagingAttachmentResult
public static final class MessagingAttachmentResult.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagingAttachmentResultbuild()MessagingAttachmentResult.Builderdata(MessagingAttachmentResultData data)MessagingAttachmentResult.Builderdata(org.openapitools.jackson.nullable.JsonNullable<? extends MessagingAttachmentResultData> data)MessagingAttachmentResult.Builderraw(java.util.List<RawResponse> raw)MessagingAttachmentResult.Builderraw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
-
-
Method Detail
-
data
public MessagingAttachmentResult.Builder data(MessagingAttachmentResultData data)
-
data
public MessagingAttachmentResult.Builder data(org.openapitools.jackson.nullable.JsonNullable<? extends MessagingAttachmentResultData> data)
-
raw
public MessagingAttachmentResult.Builder raw(java.util.List<RawResponse> raw)
-
raw
public MessagingAttachmentResult.Builder raw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
build
public MessagingAttachmentResult build()
-
-