Package odata.msgraph.client.complex
Class InformationalUrl.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.InformationalUrl.Builder
-
- Enclosing class:
- InformationalUrl
public static final class InformationalUrl.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InformationalUrlbuild()InformationalUrl.BuilderlogoUrl(String logoUrl)InformationalUrl.BuildermarketingUrl(String marketingUrl)InformationalUrl.BuilderprivacyStatementUrl(String privacyStatementUrl)InformationalUrl.BuildersupportUrl(String supportUrl)InformationalUrl.BuildertermsOfServiceUrl(String termsOfServiceUrl)
-
-
-
Method Detail
-
logoUrl
public InformationalUrl.Builder logoUrl(String logoUrl)
-
marketingUrl
public InformationalUrl.Builder marketingUrl(String marketingUrl)
-
privacyStatementUrl
public InformationalUrl.Builder privacyStatementUrl(String privacyStatementUrl)
-
supportUrl
public InformationalUrl.Builder supportUrl(String supportUrl)
-
termsOfServiceUrl
public InformationalUrl.Builder termsOfServiceUrl(String termsOfServiceUrl)
-
build
public InformationalUrl build()
-
-