Class ListStoresResponse

java.lang.Object
org.apache.syncope.ext.openfga.client.model.ListStoresResponse

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-03-07T14:52:32.408381154+01:00[Europe/Rome]", comments="Generator version: 7.12.0") public class ListStoresResponse extends Object
ListStoresResponse
  • Field Details Link icon

  • Constructor Details Link icon

    • ListStoresResponse Link icon

      public ListStoresResponse()
  • Method Details Link icon

    • stores Link icon

      public ListStoresResponse stores(@Nonnull List<Store> stores)
    • addStoresItem Link icon

      public ListStoresResponse addStoresItem(Store storesItem)
    • getStores Link icon

      @Nonnull public List<Store> getStores()
      Get stores
      Returns:
      stores
    • setStores Link icon

      public void setStores(@Nonnull List<Store> stores)
    • continuationToken Link icon

      public ListStoresResponse continuationToken(@Nonnull String continuationToken)
    • getContinuationToken Link icon

      @Nonnull public String getContinuationToken()
      The continuation token will be empty if there are no more stores.
      Returns:
      continuationToken
    • setContinuationToken Link icon

      public void setContinuationToken(@Nonnull String continuationToken)
    • equals Link icon

      public boolean equals(Object o)
      Return true if this ListStoresResponse object is equal to o.
      Overrides:
      equals in class Object
    • hashCode Link icon

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

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString Link icon

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString Link icon

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string