Uses of Class
odata.msgraph.client.beta.complex.InformationalUrl
-
Packages that use InformationalUrl Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of InformationalUrl in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return InformationalUrl Modifier and Type Method Description InformationalUrlInformationalUrl.Builder. build()InformationalUrlInformationalUrl. withLogoUrl(String logoUrl)InformationalUrlInformationalUrl. withMarketingUrl(String marketingUrl)InformationalUrlInformationalUrl. withPrivacyStatementUrl(String privacyStatementUrl)InformationalUrlInformationalUrl. withSupportUrl(String supportUrl)InformationalUrlInformationalUrl. withTermsOfServiceUrl(String termsOfServiceUrl)InformationalUrlInformationalUrl. withUnmappedField(String name, String value) -
Uses of InformationalUrl in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as InformationalUrl Modifier and Type Field Description protected InformationalUrlApplication. infoprotected InformationalUrlServicePrincipal. infoMethods in odata.msgraph.client.beta.entity that return types with arguments of type InformationalUrl Modifier and Type Method Description Optional<InformationalUrl>Application. getInfo()Optional<InformationalUrl>ServicePrincipal. getInfo()Methods in odata.msgraph.client.beta.entity with parameters of type InformationalUrl Modifier and Type Method Description Application.BuilderApplication.Builder. info(InformationalUrl info)ServicePrincipal.BuilderServicePrincipal.Builder. info(InformationalUrl info)ApplicationApplication. withInfo(InformationalUrl info)ServicePrincipalServicePrincipal. withInfo(InformationalUrl info)
-