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