Class AccountingCompaniesPaginated
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingCompaniesPaginated
-
public class AccountingCompaniesPaginated extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountingCompaniesPaginated.Builder
-
Constructor Summary
Constructors Constructor Description AccountingCompaniesPaginated()AccountingCompaniesPaginated(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AccountingCompany>> 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 AccountingCompaniesPaginated.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.util.List<AccountingCompany>>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()AccountingCompaniesPaginatedwithData(java.util.List<AccountingCompany> data)AccountingCompaniesPaginatedwithData(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AccountingCompany>> data)AccountingCompaniesPaginatedwithNext(java.lang.String next)AccountingCompaniesPaginatedwithNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)AccountingCompaniesPaginatedwithRaw(java.util.List<RawResponse> raw)AccountingCompaniesPaginatedwithRaw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
-
-
Constructor Detail
-
AccountingCompaniesPaginated
public AccountingCompaniesPaginated(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AccountingCompany>> data, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
AccountingCompaniesPaginated
public AccountingCompaniesPaginated()
-
-
Method Detail
-
next
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next()
-
data
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<AccountingCompany>> data()
-
raw
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<RawResponse>> raw()
-
builder
public static AccountingCompaniesPaginated.Builder builder()
-
withNext
public AccountingCompaniesPaginated withNext(java.lang.String next)
-
withNext
public AccountingCompaniesPaginated withNext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
-
withData
public AccountingCompaniesPaginated withData(java.util.List<AccountingCompany> data)
-
withData
public AccountingCompaniesPaginated withData(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AccountingCompany>> data)
-
withRaw
public AccountingCompaniesPaginated withRaw(java.util.List<RawResponse> raw)
-
withRaw
public AccountingCompaniesPaginated 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
-
-