Uses of Class
org.kiwiproject.consul.model.acl.Role.RoleServiceIdentity
Packages that use Role.RoleServiceIdentity
-
Uses of Role.RoleServiceIdentity in org.kiwiproject.consul.model.acl
Subclasses of Role.RoleServiceIdentity in org.kiwiproject.consul.model.aclModifier and TypeClassDescriptionfinal classImmutable implementation ofRole.RoleServiceIdentity.Methods in org.kiwiproject.consul.model.acl that return types with arguments of type Role.RoleServiceIdentityModifier and TypeMethodDescriptionabstract List<Role.RoleServiceIdentity>BaseRoleResponse.serviceIdentities()com.google.common.collect.ImmutableList<Role.RoleServiceIdentity>ImmutableRole.serviceIdentities()com.google.common.collect.ImmutableList<Role.RoleServiceIdentity>ImmutableRoleListResponse.serviceIdentities()com.google.common.collect.ImmutableList<Role.RoleServiceIdentity>ImmutableRoleResponse.serviceIdentities()abstract List<Role.RoleServiceIdentity>Role.serviceIdentities()Methods in org.kiwiproject.consul.model.acl with parameters of type Role.RoleServiceIdentityModifier and TypeMethodDescriptionfinal ImmutableRole.BuilderImmutableRole.Builder.addServiceIdentities(Role.RoleServiceIdentity element) Adds one element toserviceIdentitieslist.final ImmutableRole.BuilderImmutableRole.Builder.addServiceIdentities(Role.RoleServiceIdentity... elements) Adds elements toserviceIdentitieslist.ImmutableRoleListResponse.Builder.addServiceIdentities(Role.RoleServiceIdentity element) Adds one element toserviceIdentitieslist.ImmutableRoleListResponse.Builder.addServiceIdentities(Role.RoleServiceIdentity... elements) Adds elements toserviceIdentitieslist.ImmutableRoleResponse.Builder.addServiceIdentities(Role.RoleServiceIdentity element) Adds one element toserviceIdentitieslist.ImmutableRoleResponse.Builder.addServiceIdentities(Role.RoleServiceIdentity... elements) Adds elements toserviceIdentitieslist.static ImmutableRoleServiceIdentityImmutableRoleServiceIdentity.copyOf(Role.RoleServiceIdentity instance) Creates an immutable copy of aRole.RoleServiceIdentityvalue.ImmutableRoleServiceIdentity.Builder.from(Role.RoleServiceIdentity instance) Fill a builder with attribute values from the providedRoleServiceIdentityinstance.final ImmutableRoleImmutableRole.withServiceIdentities(Role.RoleServiceIdentity... elements) Copy the current immutable object with elements that replace the content ofserviceIdentities.ImmutableRoleListResponse.withServiceIdentities(Role.RoleServiceIdentity... elements) Copy the current immutable object with elements that replace the content ofserviceIdentities.final ImmutableRoleResponseImmutableRoleResponse.withServiceIdentities(Role.RoleServiceIdentity... elements) Copy the current immutable object with elements that replace the content ofserviceIdentities.Method parameters in org.kiwiproject.consul.model.acl with type arguments of type Role.RoleServiceIdentityModifier and TypeMethodDescriptionfinal ImmutableRole.BuilderImmutableRole.Builder.addAllServiceIdentities(Iterable<? extends Role.RoleServiceIdentity> elements) Adds elements toserviceIdentitieslist.ImmutableRoleListResponse.Builder.addAllServiceIdentities(Iterable<? extends Role.RoleServiceIdentity> elements) Adds elements toserviceIdentitieslist.ImmutableRoleResponse.Builder.addAllServiceIdentities(Iterable<? extends Role.RoleServiceIdentity> elements) Adds elements toserviceIdentitieslist.final ImmutableRole.BuilderImmutableRole.Builder.serviceIdentities(Iterable<? extends Role.RoleServiceIdentity> elements) Sets or replaces all elements forserviceIdentitieslist.ImmutableRoleListResponse.Builder.serviceIdentities(Iterable<? extends Role.RoleServiceIdentity> elements) Sets or replaces all elements forserviceIdentitieslist.ImmutableRoleResponse.Builder.serviceIdentities(Iterable<? extends Role.RoleServiceIdentity> elements) Sets or replaces all elements forserviceIdentitieslist.final ImmutableRoleImmutableRole.withServiceIdentities(Iterable<? extends Role.RoleServiceIdentity> elements) Copy the current immutable object with elements that replace the content ofserviceIdentities.ImmutableRoleListResponse.withServiceIdentities(Iterable<? extends Role.RoleServiceIdentity> elements) Copy the current immutable object with elements that replace the content ofserviceIdentities.final ImmutableRoleResponseImmutableRoleResponse.withServiceIdentities(Iterable<? extends Role.RoleServiceIdentity> elements) Copy the current immutable object with elements that replace the content ofserviceIdentities.