Class EmployeesPaginated
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EmployeesPaginated
-
public class EmployeesPaginated extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmployeesPaginated.Builder
-
Constructor Summary
Constructors Constructor Description EmployeesPaginated(java.util.List<Employee> data)EmployeesPaginated(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nextPage, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, java.util.List<Employee> 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 EmployeesPaginated.Builderbuilder()java.util.List<Employee>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()EmployeesPaginatedwithData(java.util.List<Employee> data)EmployeesPaginatedwithNext(java.lang.String next)EmployeesPaginatedwithNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)EmployeesPaginatedwithNextPage(java.lang.String nextPage)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.EmployeesPaginatedwithNextPage(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.EmployeesPaginatedwithRaw(java.util.List<RawResponse> raw)EmployeesPaginatedwithRaw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
-
-
Constructor Detail
-
EmployeesPaginated
public EmployeesPaginated(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nextPage, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, java.util.List<Employee> data, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
EmployeesPaginated
public EmployeesPaginated(java.util.List<Employee> 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<Employee> data()
-
raw
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<RawResponse>> raw()
-
builder
public static final EmployeesPaginated.Builder builder()
-
withNextPage
@Deprecated public EmployeesPaginated 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 EmployeesPaginated 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 EmployeesPaginated withNext(java.lang.String next)
-
withNext
public EmployeesPaginated withNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
-
withData
public EmployeesPaginated withData(java.util.List<Employee> data)
-
withRaw
public EmployeesPaginated withRaw(java.util.List<RawResponse> raw)
-
withRaw
public EmployeesPaginated 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
-
-