Class CDPPersonaConsentInput
- java.lang.Object
-
- org.apache.unomi.graphql.types.input.CDPPersonaConsentInput
-
public class CDPPersonaConsentInput extends Object
-
-
Constructor Summary
Constructors Constructor Description CDPPersonaConsentInput(String type, String status, OffsetDateTime lastUpdate, OffsetDateTime expiration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTime
getExpiration()
OffsetDateTime
getLastUpdate()
String
getStatus()
String
getType()
-
-
-
Constructor Detail
-
CDPPersonaConsentInput
public CDPPersonaConsentInput(String type, String status, OffsetDateTime lastUpdate, OffsetDateTime expiration)
-
-
Method Detail
-
getType
public String getType()
-
getStatus
public String getStatus()
-
getLastUpdate
public OffsetDateTime getLastUpdate()
-
getExpiration
public OffsetDateTime getExpiration()
-
-