public static interface Entity.Builder extends SdkPojo, CopyableBuilder<Entity.Builder,Entity>
| Modifier and Type | Method and Description |
|---|---|
Entity.Builder |
entityId(String entityId)
The entity ID.
|
Entity.Builder |
entityType(String entityType)
The entity type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEntity.Builder entityType(String entityType)
The entity type.
entityType - The entity type.Entity.Builder entityId(String entityId)
The entity ID. If you do not know the entityId, you can pass unknown, which is
areserved string literal.
entityId - The entity ID. If you do not know the entityId, you can pass unknown, which
is areserved string literal.Copyright © 2022. All rights reserved.