Class GetRoleVersionsRequest

java.lang.Object
ai.vectros.resources.auth.requests.GetRoleVersionsRequest

public final class GetRoleVersionsRequest extends Object
  • Method Details

    • getStartFrom

      public Optional<String> getStartFrom()
      Returns:
      Pagination cursor. Pass the nextCursor value returned by the previous page to fetch the next page; omit it to start from the most recent versions.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

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

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

      public static GetRoleVersionsRequest.Builder builder()