Class CreateAppContextRequest

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

public final class CreateAppContextRequest extends Object
  • Method Details

    • getUpsert

      public Optional<Boolean> getUpsert()
      Returns:
      When true, if an app context with the same contextId already exists its name and description are updated to the submitted values instead of being returned unchanged. Defaults to false. Requires the app-contexts:u scope in addition to app-contexts:c.
    • getBody

      public AppContextRequest 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 CreateAppContextRequest.BodyStage builder()