MicrosoftGraphInformationalUrl Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphInformationalUrl
- com.
Implements
public final class MicrosoftGraphInformationalUrl
implements JsonSerializable<MicrosoftGraphInformationalUrl>
informationalUrl.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphInformationalUrl() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
logoUrl()
Get the logo |
String |
marketingUrl()
Get the marketing |
String |
privacyStatementUrl()
Get the privacy |
String |
supportUrl()
Get the support |
String |
termsOfServiceUrl()
Get the terms |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withLogoUrl(String logoUrl)
Set the logo |
Microsoft |
withMarketingUrl(String marketingUrl)
Set the marketing |
Microsoft |
withPrivacyStatementUrl(String privacyStatementUrl)
Set the privacy |
Microsoft |
withSupportUrl(String supportUrl)
Set the support |
Microsoft |
withTermsOfServiceUrl(String termsOfServiceUrl)
Set the terms |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphInformationalUrl
public MicrosoftGraphInformationalUrl()
Creates an instance of MicrosoftGraphInformationalUrl class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: informationalUrl.
Returns:
fromJson
public static MicrosoftGraphInformationalUrl fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphInformationalUrl from the JsonReader.
Parameters:
Returns:
Throws:
logoUrl
public String logoUrl()
Get the logoUrl property: CDN URL to the application's logo, Read-only.
Returns:
marketingUrl
public String marketingUrl()
Get the marketingUrl property: Link to the application's marketing page. For example, https://www.contoso.com/app/marketing.
Returns:
privacyStatementUrl
public String privacyStatementUrl()
Get the privacyStatementUrl property: Link to the application's privacy statement. For example, https://www.contoso.com/app/privacy.
Returns:
supportUrl
public String supportUrl()
Get the supportUrl property: Link to the application's support page. For example, https://www.contoso.com/app/support.
Returns:
termsOfServiceUrl
public String termsOfServiceUrl()
Get the termsOfServiceUrl property: Link to the application's terms of service statement. For example, https://www.contoso.com/app/termsofservice.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphInformationalUrl withAdditionalProperties(Map
Set the additionalProperties property: informationalUrl.
Parameters:
Returns:
withLogoUrl
public MicrosoftGraphInformationalUrl withLogoUrl(String logoUrl)
Set the logoUrl property: CDN URL to the application's logo, Read-only.
Parameters:
Returns:
withMarketingUrl
public MicrosoftGraphInformationalUrl withMarketingUrl(String marketingUrl)
Set the marketingUrl property: Link to the application's marketing page. For example, https://www.contoso.com/app/marketing.
Parameters:
Returns:
withPrivacyStatementUrl
public MicrosoftGraphInformationalUrl withPrivacyStatementUrl(String privacyStatementUrl)
Set the privacyStatementUrl property: Link to the application's privacy statement. For example, https://www.contoso.com/app/privacy.
Parameters:
Returns:
withSupportUrl
public MicrosoftGraphInformationalUrl withSupportUrl(String supportUrl)
Set the supportUrl property: Link to the application's support page. For example, https://www.contoso.com/app/support.
Parameters:
Returns:
withTermsOfServiceUrl
public MicrosoftGraphInformationalUrl withTermsOfServiceUrl(String termsOfServiceUrl)
Set the termsOfServiceUrl property: Link to the application's terms of service statement. For example, https://www.contoso.com/app/termsofservice.
Parameters:
Returns:
Applies to
Azure SDK for Java