Class StackoneListLinkedAccountsRequest


  • public class StackoneListLinkedAccountsRequest
    extends java.lang.Object
    • 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>> originOwnerIds,
                                                 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
      • originOwnerIds

        public java.util.Optional<java.util.List<java.lang.String>> originOwnerIds()
        The origin owner identifiers of the results to fetch (supports multiple IDs)
      • 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
      • 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​(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
      • withOriginOwnerIds

        public StackoneListLinkedAccountsRequest withOriginOwnerIds​(java.util.List<java.lang.String> originOwnerIds)
        The origin owner identifiers of the results to fetch (supports multiple IDs)
      • withOriginOwnerIds

        public StackoneListLinkedAccountsRequest withOriginOwnerIds​(java.util.Optional<? extends java.util.List<java.lang.String>> originOwnerIds)
        The origin owner identifiers of the results to fetch (supports multiple IDs)
      • 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.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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object