Class IamRolesPaginated


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

      • IamRolesPaginated

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

        public IamRolesPaginated​(java.util.List<IamRole> 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<IamRole> data()
      • raw

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

        @Deprecated
        public IamRolesPaginated 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 IamRolesPaginated 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 IamRolesPaginated 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