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