public class CDPConsent extends Object
Constructor and Description |
---|
CDPConsent(String token,
Consent consent) |
Modifier and Type | Method and Description |
---|---|
CDPClient |
client() |
CDPEventConnection |
events(graphql.schema.DataFetchingEnvironment environment) |
OffsetDateTime |
expiration() |
String |
getToken() |
OffsetDateTime |
lastUpdate() |
CDPProfileInterface |
profile() |
CDPSource |
source() |
CDPConsentStatus |
status() |
String |
token() |
String |
type() |
public String getToken()
public String token()
public CDPSource source()
public CDPClient client()
public String type()
public CDPConsentStatus status()
public OffsetDateTime lastUpdate()
public OffsetDateTime expiration()
public CDPProfileInterface profile()
public CDPEventConnection events(graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.