public final class InformationalUrl extends Object
| Constructor and Description |
|---|
InformationalUrl() |
| Modifier and Type | Method and Description |
|---|---|
String |
marketing()
Get the marketing property: The marketing URI.
|
String |
privacy()
Get the privacy property: The privacy policy URI.
|
String |
support()
Get the support property: The support URI.
|
String |
termsOfService()
Get the termsOfService property: The terms of service URI.
|
void |
validate()
Validates the instance.
|
InformationalUrl |
withMarketing(String marketing)
Set the marketing property: The marketing URI.
|
InformationalUrl |
withPrivacy(String privacy)
Set the privacy property: The privacy policy URI.
|
InformationalUrl |
withSupport(String support)
Set the support property: The support URI.
|
InformationalUrl |
withTermsOfService(String termsOfService)
Set the termsOfService property: The terms of service URI.
|
public String termsOfService()
public InformationalUrl withTermsOfService(String termsOfService)
termsOfService - the termsOfService value to set.public String marketing()
public InformationalUrl withMarketing(String marketing)
marketing - the marketing value to set.public String privacy()
public InformationalUrl withPrivacy(String privacy)
privacy - the privacy value to set.public String support()
public InformationalUrl withSupport(String support)
support - the support value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.