Class RejectedReasonsPaginated


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

      • RejectedReasonsPaginated

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

        public RejectedReasonsPaginated​(java.util.List<RejectedReason> 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 RejectedReasonsPaginated 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 RejectedReasonsPaginated 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 RejectedReasonsPaginated 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