Class ListProfilesForPrincipalRequest

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

public final class ListProfilesForPrincipalRequest extends Object
  • Method Details

    • getStartFrom

      public Optional<String> getStartFrom()
      Returns:
      Pagination cursor. Pass the nextCursor from the previous page to fetch the next page; omit it for the first page.
    • getLimit

      public Optional<Long> getLimit()
      Returns:
      Maximum number of access profiles to return per page (1–100; defaults to 20).
    • 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 ListProfilesForPrincipalRequest.Builder builder()