Class CDPConsentUpdateEvent
- java.lang.Object
-
- org.apache.unomi.graphql.types.output.CDPConsentUpdateEvent
-
- All Implemented Interfaces:
CDPEventInterface
public class CDPConsentUpdateEvent extends Object implements CDPEventInterface
-
-
Constructor Summary
Constructors Constructor Description CDPConsentUpdateEvent(Event event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTime
expiration(graphql.schema.DataFetchingEnvironment environment)
Event
getEvent()
OffsetDateTime
lastUpdate(graphql.schema.DataFetchingEnvironment environment)
String
status(graphql.schema.DataFetchingEnvironment environment)
String
type(graphql.schema.DataFetchingEnvironment environment)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.unomi.graphql.types.output.CDPEventInterface
cdp_client, cdp_location, cdp_object, cdp_profile, cdp_profileID, cdp_source, cdp_timestamp, cdp_topics, getProperty, id
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CDPConsentUpdateEvent
public CDPConsentUpdateEvent(Event event)
-
-
Method Detail
-
getEvent
public Event getEvent()
- Specified by:
getEvent
in interfaceCDPEventInterface
-
type
public String type(graphql.schema.DataFetchingEnvironment environment)
-
status
public String status(graphql.schema.DataFetchingEnvironment environment)
-
lastUpdate
public OffsetDateTime lastUpdate(graphql.schema.DataFetchingEnvironment environment)
-
expiration
public OffsetDateTime expiration(graphql.schema.DataFetchingEnvironment environment)
-
-