Class TimeEntriesPaginated
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TimeEntriesPaginated
-
public class TimeEntriesPaginated extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTimeEntriesPaginated.Builder
-
Constructor Summary
Constructors Constructor Description TimeEntriesPaginated(java.util.List<TimeEntries> data)TimeEntriesPaginated(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nextPage, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, java.util.List<TimeEntries> data, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static TimeEntriesPaginated.Builderbuilder()java.util.List<TimeEntries>data()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>next()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>nextPage()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.org.openapitools.jackson.nullable.JsonNullable<java.util.List<RawResponse>>raw()java.lang.StringtoString()TimeEntriesPaginatedwithData(java.util.List<TimeEntries> data)TimeEntriesPaginatedwithNext(java.lang.String next)TimeEntriesPaginatedwithNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)TimeEntriesPaginatedwithNextPage(java.lang.String nextPage)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.TimeEntriesPaginatedwithNextPage(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nextPage)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.TimeEntriesPaginatedwithRaw(java.util.List<RawResponse> raw)TimeEntriesPaginatedwithRaw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
-
-
Constructor Detail
-
TimeEntriesPaginated
public TimeEntriesPaginated(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nextPage, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, java.util.List<TimeEntries> data, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
TimeEntriesPaginated
public TimeEntriesPaginated(java.util.List<TimeEntries> data)
-
-
Method Detail
-
nextPage
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nextPage()
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.
-
next
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next()
-
data
public java.util.List<TimeEntries> data()
-
raw
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<RawResponse>> raw()
-
builder
public static TimeEntriesPaginated.Builder builder()
-
withNextPage
@Deprecated public TimeEntriesPaginated withNextPage(java.lang.String nextPage)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.
-
withNextPage
@Deprecated public TimeEntriesPaginated withNextPage(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nextPage)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.
-
withNext
public TimeEntriesPaginated withNext(java.lang.String next)
-
withNext
public TimeEntriesPaginated withNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
-
withData
public TimeEntriesPaginated withData(java.util.List<TimeEntries> data)
-
withRaw
public TimeEntriesPaginated withRaw(java.util.List<RawResponse> raw)
-
withRaw
public TimeEntriesPaginated 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
-
-