Class RegistrationCreateModel.Builder
- java.lang.Object
-
- com.adobe.aio.event.management.model.RegistrationUpdateModel.Builder<RegistrationCreateModel.Builder>
-
- com.adobe.aio.event.management.model.RegistrationCreateModel.Builder
-
- Enclosing class:
- RegistrationCreateModel
public static class RegistrationCreateModel.Builder extends RegistrationUpdateModel.Builder<RegistrationCreateModel.Builder>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
clientId
-
Fields inherited from class com.adobe.aio.event.management.model.RegistrationUpdateModel.Builder
deliveryType, description, enabled, eventsOfInterestInputModels, name, runtimeAction, webhookUrl
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegistrationCreateModel
build()
RegistrationCreateModel.Builder
clientId(String clientId)
-
Methods inherited from class com.adobe.aio.event.management.model.RegistrationUpdateModel.Builder
addEventsOfInterests, addEventsOfInterests, deliveryType, description, enabled, name, runtimeAction, webhookUrl
-
-
-
-
Field Detail
-
clientId
protected String clientId
-
-
Method Detail
-
clientId
public RegistrationCreateModel.Builder clientId(String clientId)
-
build
public RegistrationCreateModel build()
- Overrides:
build
in classRegistrationUpdateModel.Builder<RegistrationCreateModel.Builder>
-
-