public static interface EntitiesDefinition.Builder extends SdkPojo, CopyableBuilder<EntitiesDefinition.Builder,EntitiesDefinition>
| Modifier and Type | Method and Description |
|---|---|
EntitiesDefinition.Builder |
entityList(Collection<EntityItem> entityList)
An array of entities that are needed to successfully evaluate an authorization request.
|
EntitiesDefinition.Builder |
entityList(Consumer<EntityItem.Builder>... entityList)
An array of entities that are needed to successfully evaluate an authorization request.
|
EntitiesDefinition.Builder |
entityList(EntityItem... entityList)
An array of entities that are needed to successfully evaluate an authorization request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEntitiesDefinition.Builder entityList(Collection<EntityItem> entityList)
An array of entities that are needed to successfully evaluate an authorization request. Each entity in this array must include an identifier for the entity, the attributes of the entity, and a list of any parent entities.
entityList - An array of entities that are needed to successfully evaluate an authorization request. Each entity in
this array must include an identifier for the entity, the attributes of the entity, and a list of any
parent entities.EntitiesDefinition.Builder entityList(EntityItem... entityList)
An array of entities that are needed to successfully evaluate an authorization request. Each entity in this array must include an identifier for the entity, the attributes of the entity, and a list of any parent entities.
entityList - An array of entities that are needed to successfully evaluate an authorization request. Each entity in
this array must include an identifier for the entity, the attributes of the entity, and a list of any
parent entities.EntitiesDefinition.Builder entityList(Consumer<EntityItem.Builder>... entityList)
An array of entities that are needed to successfully evaluate an authorization request. Each entity in this array must include an identifier for the entity, the attributes of the entity, and a list of any parent entities.
This is a convenience method that creates an instance of theEntityItem.Builder avoiding the need to
create one manually via
EntityItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #entityList(List.
entityList - a consumer that will call methods on
EntityItem.Builder#entityList(java.util.Collection) Copyright © 2023. All rights reserved.