Class StackoneListLinkedAccountsRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneListLinkedAccountsRequest
-
public class StackoneListLinkedAccountsRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStackoneListLinkedAccountsRequest.Builder
-
Constructor Summary
Constructors Constructor Description StackoneListLinkedAccountsRequest()StackoneListLinkedAccountsRequest(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> page, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> pageSize, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerId, java.util.Optional<? extends java.util.List<java.lang.String>> providers, java.util.Optional<? extends java.util.List<java.lang.String>> accountIds, java.util.Optional<? extends java.util.List<java.lang.String>> status)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Optional<java.util.List<java.lang.String>>accountIds()The providers list of the results to fetchstatic StackoneListLinkedAccountsRequest.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>originOwnerId()The origin owner identifier of the results to fetchorg.openapitools.jackson.nullable.JsonNullable<java.lang.Double>page()The page number of the results to fetchorg.openapitools.jackson.nullable.JsonNullable<java.lang.Double>pageSize()The number of results per pageorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>provider()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.java.util.Optional<java.util.List<java.lang.String>>providers()The providers list of the results to fetchjava.util.Optional<java.util.List<java.lang.String>>status()The status of the results to fetchjava.lang.StringtoString()StackoneListLinkedAccountsRequestwithAccountIds(java.util.List<java.lang.String> accountIds)The providers list of the results to fetchStackoneListLinkedAccountsRequestwithAccountIds(java.util.Optional<? extends java.util.List<java.lang.String>> accountIds)The providers list of the results to fetchStackoneListLinkedAccountsRequestwithOriginOwnerId(java.lang.String originOwnerId)The origin owner identifier of the results to fetchStackoneListLinkedAccountsRequestwithOriginOwnerId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerId)The origin owner identifier of the results to fetchStackoneListLinkedAccountsRequestwithPage(double page)The page number of the results to fetchStackoneListLinkedAccountsRequestwithPage(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> page)The page number of the results to fetchStackoneListLinkedAccountsRequestwithPageSize(double pageSize)The number of results per pageStackoneListLinkedAccountsRequestwithPageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> pageSize)The number of results per pageStackoneListLinkedAccountsRequestwithProvider(java.lang.String provider)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.StackoneListLinkedAccountsRequestwithProvider(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.StackoneListLinkedAccountsRequestwithProviders(java.util.List<java.lang.String> providers)The providers list of the results to fetchStackoneListLinkedAccountsRequestwithProviders(java.util.Optional<? extends java.util.List<java.lang.String>> providers)The providers list of the results to fetchStackoneListLinkedAccountsRequestwithStatus(java.util.List<java.lang.String> status)The status of the results to fetchStackoneListLinkedAccountsRequestwithStatus(java.util.Optional<? extends java.util.List<java.lang.String>> status)The status of the results to fetch
-
-
-
Constructor Detail
-
StackoneListLinkedAccountsRequest
public StackoneListLinkedAccountsRequest(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> page, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> pageSize, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerId, java.util.Optional<? extends java.util.List<java.lang.String>> providers, java.util.Optional<? extends java.util.List<java.lang.String>> accountIds, java.util.Optional<? extends java.util.List<java.lang.String>> status)
-
StackoneListLinkedAccountsRequest
public StackoneListLinkedAccountsRequest()
-
-
Method Detail
-
page
public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> page()
The page number of the results to fetch
-
pageSize
public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> pageSize()
The number of results per page
-
provider
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider()
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The provider of the results to fetch
-
originOwnerId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerId()
The origin owner identifier of the results to fetch
-
providers
public java.util.Optional<java.util.List<java.lang.String>> providers()
The providers list of the results to fetch
-
accountIds
public java.util.Optional<java.util.List<java.lang.String>> accountIds()
The providers list of the results to fetch
-
status
public java.util.Optional<java.util.List<java.lang.String>> status()
The status of the results to fetch
-
builder
public static StackoneListLinkedAccountsRequest.Builder builder()
-
withPage
public StackoneListLinkedAccountsRequest withPage(double page)
The page number of the results to fetch
-
withPage
public StackoneListLinkedAccountsRequest withPage(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> page)
The page number of the results to fetch
-
withPageSize
public StackoneListLinkedAccountsRequest withPageSize(double pageSize)
The number of results per page
-
withPageSize
public StackoneListLinkedAccountsRequest withPageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> pageSize)
The number of results per page
-
withProvider
@Deprecated public StackoneListLinkedAccountsRequest withProvider(java.lang.String provider)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The provider of the results to fetch
-
withProvider
@Deprecated public StackoneListLinkedAccountsRequest withProvider(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The provider of the results to fetch
-
withOriginOwnerId
public StackoneListLinkedAccountsRequest withOriginOwnerId(java.lang.String originOwnerId)
The origin owner identifier of the results to fetch
-
withOriginOwnerId
public StackoneListLinkedAccountsRequest withOriginOwnerId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerId)
The origin owner identifier of the results to fetch
-
withProviders
public StackoneListLinkedAccountsRequest withProviders(java.util.List<java.lang.String> providers)
The providers list of the results to fetch
-
withProviders
public StackoneListLinkedAccountsRequest withProviders(java.util.Optional<? extends java.util.List<java.lang.String>> providers)
The providers list of the results to fetch
-
withAccountIds
public StackoneListLinkedAccountsRequest withAccountIds(java.util.List<java.lang.String> accountIds)
The providers list of the results to fetch
-
withAccountIds
public StackoneListLinkedAccountsRequest withAccountIds(java.util.Optional<? extends java.util.List<java.lang.String>> accountIds)
The providers list of the results to fetch
-
withStatus
public StackoneListLinkedAccountsRequest withStatus(java.util.List<java.lang.String> status)
The status of the results to fetch
-
withStatus
public StackoneListLinkedAccountsRequest withStatus(java.util.Optional<? extends java.util.List<java.lang.String>> status)
The status of the results to fetch
-
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
-
-