Class LookupEntitiesRequest

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

public final class LookupEntitiesRequest extends Object
  • Method Details

    • getContextId

      public Optional<String> getContextId()
      Returns:
      Which app context to read from. Required when the namespace is context-placed and rejected otherwise: a tenant-placed namespace's entities are shared by every context, so there is nothing to name. A context-placed namespace's entities belong to exactly one context and are invisible from the others — the same externalId may name a different entity in each. A context-confined credential may only name its own context.
    • getBody

      public IdentityLookupRequest 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 LookupEntitiesRequest.BodyStage builder()