public abstract class ProvisioningEvent extends Object
Modifier and Type | Method and Description |
---|---|
abstract String |
body() |
static ProvisioningEvent |
create(String id,
String type,
String body,
Date createdAt,
List<Href> relationships,
String interpolated,
String href) |
abstract Date |
createdAt() |
abstract String |
href() |
abstract String |
id() |
abstract String |
interpolated() |
abstract List<Href> |
relationships() |
abstract String |
type() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.