Class StackoneListLinkedAccountsRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneListLinkedAccountsRequest.Builder
-
- Enclosing class:
- StackoneListLinkedAccountsRequest
public static final class StackoneListLinkedAccountsRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StackoneListLinkedAccountsRequest.BuilderaccountIds(java.util.List<java.lang.String> accountIds)The providers list of the results to fetchStackoneListLinkedAccountsRequest.BuilderaccountIds(java.util.Optional<? extends java.util.List<java.lang.String>> accountIds)The providers list of the results to fetchStackoneListLinkedAccountsRequestbuild()StackoneListLinkedAccountsRequest.BuilderoriginOwnerId(java.lang.String originOwnerId)The origin owner identifier of the results to fetchStackoneListLinkedAccountsRequest.BuilderoriginOwnerId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerId)The origin owner identifier of the results to fetchStackoneListLinkedAccountsRequest.Builderpage(double page)The page number of the results to fetchStackoneListLinkedAccountsRequest.Builderpage(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> page)The page number of the results to fetchStackoneListLinkedAccountsRequest.BuilderpageSize(double pageSize)The number of results per pageStackoneListLinkedAccountsRequest.BuilderpageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> pageSize)The number of results per pageStackoneListLinkedAccountsRequest.Builderprovider(java.lang.String provider)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.StackoneListLinkedAccountsRequest.Builderprovider(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.StackoneListLinkedAccountsRequest.Builderproviders(java.util.List<java.lang.String> providers)The providers list of the results to fetchStackoneListLinkedAccountsRequest.Builderproviders(java.util.Optional<? extends java.util.List<java.lang.String>> providers)The providers list of the results to fetchStackoneListLinkedAccountsRequest.Builderstatus(java.util.List<java.lang.String> status)The status of the results to fetchStackoneListLinkedAccountsRequest.Builderstatus(java.util.Optional<? extends java.util.List<java.lang.String>> status)The status of the results to fetch
-
-
-
Method Detail
-
page
public StackoneListLinkedAccountsRequest.Builder page(double page)
The page number of the results to fetch
-
page
public StackoneListLinkedAccountsRequest.Builder page(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> page)
The page number of the results to fetch
-
pageSize
public StackoneListLinkedAccountsRequest.Builder pageSize(double pageSize)
The number of results per page
-
pageSize
public StackoneListLinkedAccountsRequest.Builder pageSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> pageSize)
The number of results per page
-
provider
@Deprecated public StackoneListLinkedAccountsRequest.Builder provider(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
-
provider
@Deprecated public StackoneListLinkedAccountsRequest.Builder provider(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 StackoneListLinkedAccountsRequest.Builder originOwnerId(java.lang.String originOwnerId)
The origin owner identifier of the results to fetch
-
originOwnerId
public StackoneListLinkedAccountsRequest.Builder originOwnerId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerId)
The origin owner identifier of the results to fetch
-
providers
public StackoneListLinkedAccountsRequest.Builder providers(java.util.List<java.lang.String> providers)
The providers list of the results to fetch
-
providers
public StackoneListLinkedAccountsRequest.Builder providers(java.util.Optional<? extends java.util.List<java.lang.String>> providers)
The providers list of the results to fetch
-
accountIds
public StackoneListLinkedAccountsRequest.Builder accountIds(java.util.List<java.lang.String> accountIds)
The providers list of the results to fetch
-
accountIds
public StackoneListLinkedAccountsRequest.Builder accountIds(java.util.Optional<? extends java.util.List<java.lang.String>> accountIds)
The providers list of the results to fetch
-
status
public StackoneListLinkedAccountsRequest.Builder status(java.util.List<java.lang.String> status)
The status of the results to fetch
-
status
public StackoneListLinkedAccountsRequest.Builder status(java.util.Optional<? extends java.util.List<java.lang.String>> status)
The status of the results to fetch
-
build
public StackoneListLinkedAccountsRequest build()
-
-