public class InformationalUrl extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
InformationalUrl.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
logoUrl |
protected String |
marketingUrl |
protected String |
odataType |
protected String |
privacyStatementUrl |
protected String |
supportUrl |
protected String |
termsOfServiceUrl |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
InformationalUrl() |
| Modifier and Type | Method and Description |
|---|---|
static InformationalUrl.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getLogoUrl() |
Optional<String> |
getMarketingUrl() |
Optional<String> |
getPrivacyStatementUrl() |
Optional<String> |
getSupportUrl() |
Optional<String> |
getTermsOfServiceUrl() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
InformationalUrl |
withLogoUrl(String logoUrl) |
InformationalUrl |
withMarketingUrl(String marketingUrl) |
InformationalUrl |
withPrivacyStatementUrl(String privacyStatementUrl) |
InformationalUrl |
withSupportUrl(String supportUrl) |
InformationalUrl |
withTermsOfServiceUrl(String termsOfServiceUrl) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String logoUrl
protected String marketingUrl
protected String privacyStatementUrl
protected String supportUrl
protected String termsOfServiceUrl
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic InformationalUrl withLogoUrl(String logoUrl)
public InformationalUrl withMarketingUrl(String marketingUrl)
public InformationalUrl withPrivacyStatementUrl(String privacyStatementUrl)
public InformationalUrl withSupportUrl(String supportUrl)
public InformationalUrl withTermsOfServiceUrl(String termsOfServiceUrl)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static InformationalUrl.Builder builder()
Copyright © 2018–2020. All rights reserved.