Uses of Class
odata.msgraph.client.beta.complex.InformationalUrl.Builder
-
Packages that use InformationalUrl.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of InformationalUrl.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return InformationalUrl.Builder Modifier and Type Method Description static InformationalUrl.BuilderInformationalUrl. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).InformationalUrl.BuilderInformationalUrl.Builder. logoUrl(String logoUrl)InformationalUrl.BuilderInformationalUrl.Builder. marketingUrl(String marketingUrl)InformationalUrl.BuilderInformationalUrl.Builder. privacyStatementUrl(String privacyStatementUrl)InformationalUrl.BuilderInformationalUrl.Builder. supportUrl(String supportUrl)InformationalUrl.BuilderInformationalUrl.Builder. termsOfServiceUrl(String termsOfServiceUrl)
-