Class ATSLocationsPaginated


  • public class ATSLocationsPaginated
    extends java.lang.Object
    • Constructor Detail

      • ATSLocationsPaginated

        public ATSLocationsPaginated​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nextPage,
                                     org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next,
                                     java.util.List<ATSLocation> data,
                                     org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
      • ATSLocationsPaginated

        public ATSLocationsPaginated​(java.util.List<ATSLocation> 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()
      • raw

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<RawResponse>> raw()
      • withNextPage

        @Deprecated
        public ATSLocationsPaginated 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 ATSLocationsPaginated 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 ATSLocationsPaginated withNext​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
      • 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