Class ListFunctionsResponse

java.lang.Object
io.unitycatalog.client.model.ListFunctionsResponse

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.5.0") public class ListFunctionsResponse extends Object
ListFunctionsResponse
  • Field Details

  • Constructor Details

    • ListFunctionsResponse

      public ListFunctionsResponse()
  • Method Details

    • functions

      public ListFunctionsResponse functions(List<FunctionInfo> functions)
    • addFunctionsItem

      public ListFunctionsResponse addFunctionsItem(FunctionInfo functionsItem)
    • getFunctions

      @Nullable public List<FunctionInfo> getFunctions()
      An array of function information objects.
      Returns:
      functions
    • setFunctions

      public void setFunctions(List<FunctionInfo> functions)
    • nextPageToken

      public ListFunctionsResponse nextPageToken(String nextPageToken)
    • getNextPageToken

      @Nullable public String getNextPageToken()
      Opaque token to retrieve the next page of results. Absent if there are no more pages. __page_token__ should be set to this value for the next request (for the next page of results).
      Returns:
      nextPageToken
    • setNextPageToken

      public void setNextPageToken(String nextPageToken)
    • equals

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

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

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

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

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