DatadogAgreementProperties Class
- java.
lang. Object - com.
azure. resourcemanager. datadog. models. DatadogAgreementProperties
- com.
public final class DatadogAgreementProperties
Terms properties.
Constructor Summary
| Constructor | Description |
|---|---|
| DatadogAgreementProperties() |
Creates an instance of Datadog |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
accepted()
Get the accepted property: If any version of the terms have been accepted, otherwise false. |
| String |
licenseTextLink()
Get the license |
| String |
plan()
Get the plan property: Plan identifier string. |
| String |
privacyPolicyLink()
Get the privacy |
| String |
product()
Get the product property: Product identifier string. |
| String |
publisher()
Get the publisher property: Publisher identifier string. |
|
Offset |
retrieveDatetime()
Get the retrieve |
| String |
signature()
Get the signature property: Terms signature. |
| void |
validate()
Validates the instance. |
|
Datadog |
withAccepted(Boolean accepted)
Set the accepted property: If any version of the terms have been accepted, otherwise false. |
|
Datadog |
withLicenseTextLink(String licenseTextLink)
Set the license |
|
Datadog |
withPlan(String plan)
Set the plan property: Plan identifier string. |
|
Datadog |
withPrivacyPolicyLink(String privacyPolicyLink)
Set the privacy |
|
Datadog |
withProduct(String product)
Set the product property: Product identifier string. |
|
Datadog |
withPublisher(String publisher)
Set the publisher property: Publisher identifier string. |
|
Datadog |
withRetrieveDatetime(OffsetDateTime retrieveDatetime)
Set the retrieve |
|
Datadog |
withSignature(String signature)
Set the signature property: Terms signature. |
Methods inherited from java.lang.Object
Constructor Details
DatadogAgreementProperties
public DatadogAgreementProperties()
Creates an instance of DatadogAgreementProperties class.
Method Details
accepted
public Boolean accepted()
Get the accepted property: If any version of the terms have been accepted, otherwise false.
Returns:
licenseTextLink
public String licenseTextLink()
Get the licenseTextLink property: Link to HTML with Microsoft and Publisher terms.
Returns:
plan
public String plan()
Get the plan property: Plan identifier string.
Returns:
privacyPolicyLink
public String privacyPolicyLink()
Get the privacyPolicyLink property: Link to the privacy policy of the publisher.
Returns:
product
public String product()
Get the product property: Product identifier string.
Returns:
publisher
public String publisher()
Get the publisher property: Publisher identifier string.
Returns:
retrieveDatetime
public OffsetDateTime retrieveDatetime()
Get the retrieveDatetime property: Date and time in UTC of when the terms were accepted. This is empty if Accepted is false.
Returns:
signature
public String signature()
Get the signature property: Terms signature.
Returns:
validate
public void validate()
Validates the instance.
withAccepted
public DatadogAgreementProperties withAccepted(Boolean accepted)
Set the accepted property: If any version of the terms have been accepted, otherwise false.
Parameters:
Returns:
withLicenseTextLink
public DatadogAgreementProperties withLicenseTextLink(String licenseTextLink)
Set the licenseTextLink property: Link to HTML with Microsoft and Publisher terms.
Parameters:
Returns:
withPlan
public DatadogAgreementProperties withPlan(String plan)
Set the plan property: Plan identifier string.
Parameters:
Returns:
withPrivacyPolicyLink
public DatadogAgreementProperties withPrivacyPolicyLink(String privacyPolicyLink)
Set the privacyPolicyLink property: Link to the privacy policy of the publisher.
Parameters:
Returns:
withProduct
public DatadogAgreementProperties withProduct(String product)
Set the product property: Product identifier string.
Parameters:
Returns:
withPublisher
public DatadogAgreementProperties withPublisher(String publisher)
Set the publisher property: Publisher identifier string.
Parameters:
Returns:
withRetrieveDatetime
public DatadogAgreementProperties withRetrieveDatetime(OffsetDateTime retrieveDatetime)
Set the retrieveDatetime property: Date and time in UTC of when the terms were accepted. This is empty if Accepted is false.
Parameters:
Returns:
withSignature
public DatadogAgreementProperties withSignature(String signature)
Set the signature property: Terms signature.
Parameters:
Returns: