Uses of Class
ai.vectros.types.IdentitySurface
Packages that use IdentitySurface
-
Uses of IdentitySurface in ai.vectros.types
Methods in ai.vectros.types that return IdentitySurfaceMethods in ai.vectros.types that return types with arguments of type IdentitySurfaceModifier and TypeMethodDescriptionIdentitySection.getClients()IdentitySection.getOrgs()IdentitySection.getUsers()Methods in ai.vectros.types with parameters of type IdentitySurfaceModifier and TypeMethodDescriptionIdentitySection.Builder.clients(IdentitySurface clients) IdentitySurface.Builder.from(IdentitySurface other) IdentitySection.Builder.orgs(IdentitySurface orgs) IdentitySection.Builder.users(IdentitySurface users) Method parameters in ai.vectros.types with type arguments of type IdentitySurfaceModifier and TypeMethodDescriptionIdentitySection.Builder.clients(Optional<IdentitySurface> clients) IdentitySection.Builder.orgs(Optional<IdentitySurface> orgs) IdentitySection.Builder.users(Optional<IdentitySurface> users)