Class JobsPaginated


  • public class JobsPaginated
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  JobsPaginated.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      JobsPaginated​(java.util.List<Job> data)  
      JobsPaginated​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nextPage, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next, java.util.List<Job> data, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)  
    • Constructor Detail

      • JobsPaginated

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

        public JobsPaginated​(java.util.List<Job> 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()
      • data

        public java.util.List<Job> data()
      • raw

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

        @Deprecated
        public JobsPaginated 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 JobsPaginated 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 JobsPaginated withNext​(java.lang.String next)
      • withNext

        public JobsPaginated withNext​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
      • withRaw

        public JobsPaginated withRaw​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
      • 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