Class CreateClientRequest

java.lang.Object
ai.vectros.resources.identity.requests.CreateClientRequest

public final class CreateClientRequest extends Object
  • Method Details

    • getUpsert

      public Optional<Boolean> getUpsert()
      Returns:
      When true, if a client with the same externalId already exists its mutable fields are overwritten (the submitted name/status/payload/orgId/schemaId are applied) instead of being returned unchanged; the immutable externalId and ownership are never changed. A re-applied upsert whose content matches is a no-op. Defaults to false. Requires the clients:u scope in addition to clients:c.
    • getBody

      public ClientRequest getBody()
    • 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 CreateClientRequest.BodyStage builder()