Class ListStoresResponse

java.lang.Object
io.quarkiverse.openfga.client.model.dto.ListStoresResponse

public final class ListStoresResponse extends Object
  • Constructor Details

    • ListStoresResponse

      public ListStoresResponse(List<Store> stores, String continuationToken)
  • Method Details

    • getStores

      public List<Store> getStores()
    • getContinuationToken

      public String getContinuationToken()
    • equals

      public boolean equals(@Nullable Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object