Class RegistrationCreateModel
- java.lang.Object
-
- com.adobe.aio.event.management.model.RegistrationUpdateModel
-
- com.adobe.aio.event.management.model.RegistrationCreateModel
-
public class RegistrationCreateModel extends RegistrationUpdateModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RegistrationCreateModel.Builder
-
Field Summary
-
Fields inherited from class com.adobe.aio.event.management.model.RegistrationUpdateModel
deliveryType, description, enabled, eventsOfInterestInputModels, name, runtimeAction, webhookUrl
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegistrationCreateModel.Builder
builder()
boolean
equals(Object o)
String
getClientId()
int
hashCode()
String
toString()
-
Methods inherited from class com.adobe.aio.event.management.model.RegistrationUpdateModel
getDeliveryType, getDescription, getEventsOfInterests, getName, getRuntimeAction, getWebhookUrl, isEnabled
-
-
-
-
Method Detail
-
getClientId
public String getClientId()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classRegistrationUpdateModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classRegistrationUpdateModel
-
toString
public String toString()
- Overrides:
toString
in classRegistrationUpdateModel
-
builder
public static RegistrationCreateModel.Builder builder()
-
-