Class RegistrationUpdateModel.Builder<T extends RegistrationUpdateModel.Builder>
- java.lang.Object
-
- com.adobe.aio.event.management.model.RegistrationUpdateModel.Builder<T>
-
- Direct Known Subclasses:
RegistrationCreateModel.Builder
- Enclosing class:
- RegistrationUpdateModel
public static class RegistrationUpdateModel.Builder<T extends RegistrationUpdateModel.Builder> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdeliveryTypeprotected Stringdescriptionprotected Booleanenabledprotected Set<EventsOfInterestInputModel>eventsOfInterestInputModelsprotected Stringnameprotected StringruntimeActionprotected StringwebhookUrl
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaddEventsOfInterests(EventsOfInterestInputModel eventsOfInterestInputModel)TaddEventsOfInterests(Set<EventsOfInterestInputModel> eventsOfInterestInputModel)RegistrationUpdateModelbuild()TdeliveryType(String deliveryType)Tdescription(String description)Tenabled(Boolean enabled)Tname(String name)TruntimeAction(String runtimeAction)TwebhookUrl(String webhookUrl)
-
-
-
Field Detail
-
name
protected String name
-
description
protected String description
-
deliveryType
protected String deliveryType
-
runtimeAction
protected String runtimeAction
-
eventsOfInterestInputModels
protected Set<EventsOfInterestInputModel> eventsOfInterestInputModels
-
webhookUrl
protected String webhookUrl
-
enabled
protected Boolean enabled
-
-
Method Detail
-
addEventsOfInterests
public T addEventsOfInterests(EventsOfInterestInputModel eventsOfInterestInputModel)
-
addEventsOfInterests
public T addEventsOfInterests(Set<EventsOfInterestInputModel> eventsOfInterestInputModel)
-
build
public RegistrationUpdateModel build()
-
-