Package ai.vectros.types
Class IdentitySection.Builder
java.lang.Object
ai.vectros.types.IdentitySection.Builder
- Enclosing class:
IdentitySection
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()clients(IdentitySurface clients) clients(Optional<IdentitySurface> clients) from(IdentitySection other) orgs(IdentitySurface orgs) orgs(Optional<IdentitySurface> orgs) users(IdentitySurface users) users(Optional<IdentitySurface> users)
-
Method Details
-
from
-
users
-
users
-
orgs
-
orgs
-
clients
-
clients
-
build
-
additionalProperty
-
additionalProperties
-