Class ListingRemoveDriverParticipantsReq.Builder
- java.lang.Object
-
- com.chrt.api.resources.listing.listings.requests.ListingRemoveDriverParticipantsReq.Builder
-
- Enclosing class:
- ListingRemoveDriverParticipantsReq
public static final class ListingRemoveDriverParticipantsReq.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListingRemoveDriverParticipantsReqbuild()ListingRemoveDriverParticipantsReq.Builderfrom(ListingRemoveDriverParticipantsReq other)ListingRemoveDriverParticipantsReq.BuilderparticipantDriverIds(java.util.List<java.lang.String> participantDriverIds)ListingRemoveDriverParticipantsReq.BuilderparticipantDriverIds(java.util.Optional<java.util.List<java.lang.String>> participantDriverIds)
-
-
-
Method Detail
-
from
public ListingRemoveDriverParticipantsReq.Builder from(ListingRemoveDriverParticipantsReq other)
-
participantDriverIds
public ListingRemoveDriverParticipantsReq.Builder participantDriverIds(java.util.Optional<java.util.List<java.lang.String>> participantDriverIds)
-
participantDriverIds
public ListingRemoveDriverParticipantsReq.Builder participantDriverIds(java.util.List<java.lang.String> participantDriverIds)
-
build
public ListingRemoveDriverParticipantsReq build()
-
-