public static interface UserAccessTaskItem.Builder extends SdkPojo, CopyableBuilder<UserAccessTaskItem.Builder,UserAccessTaskItem>
| Modifier and Type | Method and Description |
|---|---|
UserAccessTaskItem.Builder |
app(String app)
The name of the application.
|
default UserAccessTaskItem.Builder |
error(Consumer<TaskError.Builder> error)
Error from the task, if any.
|
UserAccessTaskItem.Builder |
error(TaskError error)
Error from the task, if any.
|
UserAccessTaskItem.Builder |
taskId(String taskId)
The unique ID of the task.
|
UserAccessTaskItem.Builder |
tenantId(String tenantId)
The ID of the application tenant.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserAccessTaskItem.Builder app(String app)
The name of the application.
app - The name of the application.UserAccessTaskItem.Builder tenantId(String tenantId)
The ID of the application tenant.
tenantId - The ID of the application tenant.UserAccessTaskItem.Builder taskId(String taskId)
The unique ID of the task.
taskId - The unique ID of the task.UserAccessTaskItem.Builder error(TaskError error)
Error from the task, if any.
error - Error from the task, if any.default UserAccessTaskItem.Builder error(Consumer<TaskError.Builder> error)
Error from the task, if any.
This is a convenience method that creates an instance of theTaskError.Builder avoiding the need to
create one manually via TaskError.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to error(TaskError).
error - a consumer that will call methods on TaskError.Buildererror(TaskError)Copyright © 2023. All rights reserved.