public static class ActionMember.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ActionMember |
build() |
ActionMember.Builder |
copy(ActionMember model) |
ActionMember.Builder |
estimatedTimeInMins(Integer estimatedTimeInMins)
The estimated time for the intended action member.
|
ActionMember.Builder |
memberId(String memberId)
The ocid of the action member.
|
ActionMember.Builder |
memberOrder(Integer memberOrder)
The order of the action member in a scheduled action.
|
public ActionMember.Builder memberOrder(Integer memberOrder)
The order of the action member in a scheduled action.
memberOrder
- the value to setpublic ActionMember.Builder memberId(String memberId)
The ocid of the action member.
memberId
- the value to setpublic ActionMember.Builder estimatedTimeInMins(Integer estimatedTimeInMins)
The estimated time for the intended action member.
estimatedTimeInMins
- the value to setpublic ActionMember build()
public ActionMember.Builder copy(ActionMember model)
Copyright © 2016–2024. All rights reserved.