Class ActionsMetaPaginated


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

      • ActionsMetaPaginated

        public ActionsMetaPaginated​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next,
                                    org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<ActionsMeta>> data)
      • ActionsMetaPaginated

        public ActionsMetaPaginated()
    • Method Detail

      • next

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next()
        Cursor for fetching the next page of results
      • data

        public org.openapitools.jackson.nullable.JsonNullable<java.util.List<ActionsMeta>> data()
        The list of actions metadata
      • withNext

        public ActionsMetaPaginated withNext​(java.lang.String next)
        Cursor for fetching the next page of results
      • withNext

        public ActionsMetaPaginated withNext​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
        Cursor for fetching the next page of results
      • withData

        public ActionsMetaPaginated withData​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<ActionsMeta>> data)
        The list of actions metadata
      • 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