Uses of Class
ai.vectros.types.IdentitySection.Builder
Packages that use IdentitySection.Builder
-
Uses of IdentitySection.Builder in ai.vectros.types
Methods in ai.vectros.types that return IdentitySection.BuilderModifier and TypeMethodDescriptionIdentitySection.Builder.additionalProperties(Map<String, Object> additionalProperties) IdentitySection.Builder.additionalProperty(String key, Object value) static IdentitySection.BuilderIdentitySection.builder()IdentitySection.Builder.clients(IdentitySurface clients) IdentitySection.Builder.clients(Optional<IdentitySurface> clients) IdentitySection.Builder.from(IdentitySection other) IdentitySection.Builder.orgs(IdentitySurface orgs) IdentitySection.Builder.orgs(Optional<IdentitySurface> orgs) IdentitySection.Builder.users(IdentitySurface users) IdentitySection.Builder.users(Optional<IdentitySurface> users)