Class TicketingAttachmentsPaginated
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingAttachmentsPaginated
-
public class TicketingAttachmentsPaginated extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTicketingAttachmentsPaginated.Builder
-
Constructor Summary
Constructors Constructor Description TicketingAttachmentsPaginated()TicketingAttachmentsPaginated(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<TicketingAttachment>> data, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TicketingAttachmentsPaginated.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.util.List<TicketingAttachment>>data()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>next()org.openapitools.jackson.nullable.JsonNullable<java.util.List<RawResponse>>raw()java.lang.StringtoString()TicketingAttachmentsPaginatedwithData(java.util.List<TicketingAttachment> data)TicketingAttachmentsPaginatedwithData(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<TicketingAttachment>> data)TicketingAttachmentsPaginatedwithNext(java.lang.String next)TicketingAttachmentsPaginatedwithNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)TicketingAttachmentsPaginatedwithRaw(java.util.List<RawResponse> raw)TicketingAttachmentsPaginatedwithRaw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
-
-
Constructor Detail
-
TicketingAttachmentsPaginated
public TicketingAttachmentsPaginated(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<TicketingAttachment>> data, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
TicketingAttachmentsPaginated
public TicketingAttachmentsPaginated()
-
-
Method Detail
-
next
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next()
-
data
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<TicketingAttachment>> data()
-
raw
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<RawResponse>> raw()
-
builder
public static TicketingAttachmentsPaginated.Builder builder()
-
withNext
public TicketingAttachmentsPaginated withNext(java.lang.String next)
-
withNext
public TicketingAttachmentsPaginated withNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
-
withData
public TicketingAttachmentsPaginated withData(java.util.List<TicketingAttachment> data)
-
withData
public TicketingAttachmentsPaginated withData(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<TicketingAttachment>> data)
-
withRaw
public TicketingAttachmentsPaginated withRaw(java.util.List<RawResponse> raw)
-
withRaw
public TicketingAttachmentsPaginated withRaw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-