Package com.microsoft.graph.models
Class BrowserSiteListPublishParameterSet.BrowserSiteListPublishParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.BrowserSiteListPublishParameterSet.BrowserSiteListPublishParameterSetBuilder
- Enclosing class:
BrowserSiteListPublishParameterSet
public static final class BrowserSiteListPublishParameterSet.BrowserSiteListPublishParameterSetBuilder
extends Object
Fluent builder for the BrowserSiteListPublishParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe revision parameter valueprotected List<BrowserSharedCookie>The sharedCookies parameter valueprotected List<BrowserSite>The sites parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new BrowserSiteListPublishParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithRevision(String val) Sets the RevisionSets the SharedCookieswithSites(List<BrowserSite> val) Sets the Sites
-
Field Details
-
revision
The revision parameter value -
sites
The sites parameter value
-
-
Constructor Details
-
BrowserSiteListPublishParameterSetBuilder
@Nullable protected BrowserSiteListPublishParameterSetBuilder()Instanciates a new BrowserSiteListPublishParameterSetBuilder
-
-
Method Details
-
withRevision
@Nonnull public BrowserSiteListPublishParameterSet.BrowserSiteListPublishParameterSetBuilder withRevision(@Nullable String val) Sets the Revision- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSites
@Nonnull public BrowserSiteListPublishParameterSet.BrowserSiteListPublishParameterSetBuilder withSites(@Nullable List<BrowserSite> val) Sets the Sites- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-