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 classRegistrationCreateModel.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.Builderbuilder()booleanequals(Object o)StringgetClientId()inthashCode()StringtoString()-
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:
equalsin classRegistrationUpdateModel
-
hashCode
public int hashCode()
- Overrides:
hashCodein classRegistrationUpdateModel
-
toString
public String toString()
- Overrides:
toStringin classRegistrationUpdateModel
-
builder
public static RegistrationCreateModel.Builder builder()
-
-