| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
InformationalUrl |
InformationalUrl.Builder.build() |
InformationalUrl |
InformationalUrl.withLogoUrl(String logoUrl) |
InformationalUrl |
InformationalUrl.withMarketingUrl(String marketingUrl) |
InformationalUrl |
InformationalUrl.withPrivacyStatementUrl(String privacyStatementUrl) |
InformationalUrl |
InformationalUrl.withSupportUrl(String supportUrl) |
InformationalUrl |
InformationalUrl.withTermsOfServiceUrl(String termsOfServiceUrl) |
| Modifier and Type | Field and Description |
|---|---|
protected InformationalUrl |
Application.info |
protected InformationalUrl |
ServicePrincipal.info |
| Modifier and Type | Method and Description |
|---|---|
Optional<InformationalUrl> |
Application.getInfo() |
Optional<InformationalUrl> |
ServicePrincipal.getInfo() |
| Modifier and Type | Method and Description |
|---|---|
Application.Builder |
Application.Builder.info(InformationalUrl info) |
ServicePrincipal.Builder |
ServicePrincipal.Builder.info(InformationalUrl info) |
Application |
Application.withInfo(InformationalUrl info) |
ServicePrincipal |
ServicePrincipal.withInfo(InformationalUrl info) |
Copyright © 2018–2020. All rights reserved.