Class ExcludedApps.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.ExcludedApps.Builder
-
- Enclosing class:
- ExcludedApps
public static final class ExcludedApps.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExcludedApps.Builderaccess(Boolean access)“The value for if MS Office Access should be excluded or not.”ExcludedApps.Builderbing(Boolean bing)“The value for if Microsoft Search as default should be excluded or not.”ExcludedAppsbuild()ExcludedApps.Builderexcel(Boolean excel)“The value for if MS Office Excel should be excluded or not.”ExcludedApps.Buildergroove(Boolean groove)“The value for if MS Office OneDrive for Business - Groove should be excluded or not.”ExcludedApps.BuilderinfoPath(Boolean infoPath)“The value for if MS Office InfoPath should be excluded or not.”ExcludedApps.Builderlync(Boolean lync)“The value for if MS Office Skype for Business - Lync should be excluded or not.”ExcludedApps.BuilderoneDrive(Boolean oneDrive)“The value for if MS Office OneDrive should be excluded or not.”ExcludedApps.BuilderoneNote(Boolean oneNote)“The value for if MS Office OneNote should be excluded or not.”ExcludedApps.Builderoutlook(Boolean outlook)“The value for if MS Office Outlook should be excluded or not.”ExcludedApps.BuilderpowerPoint(Boolean powerPoint)“The value for if MS Office PowerPoint should be excluded or not.”ExcludedApps.Builderpublisher(Boolean publisher)“The value for if MS Office Publisher should be excluded or not.”ExcludedApps.BuildersharePointDesigner(Boolean sharePointDesigner)“The value for if MS Office SharePointDesigner should be excluded or not.”ExcludedApps.Builderteams(Boolean teams)“The value for if MS Office Teams should be excluded or not.”ExcludedApps.Buildervisio(Boolean visio)“The value for if MS Office Visio should be excluded or not.”ExcludedApps.Builderword(Boolean word)“The value for if MS Office Word should be excluded or not.”
-
-
-
Method Detail
-
access
public ExcludedApps.Builder access(Boolean access)
“The value for if MS Office Access should be excluded or not.”- Parameters:
access- value ofaccessproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
bing
public ExcludedApps.Builder bing(Boolean bing)
“The value for if Microsoft Search as default should be excluded or not.”- Parameters:
bing- value ofbingproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
excel
public ExcludedApps.Builder excel(Boolean excel)
“The value for if MS Office Excel should be excluded or not.”- Parameters:
excel- value ofexcelproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
groove
public ExcludedApps.Builder groove(Boolean groove)
“The value for if MS Office OneDrive for Business - Groove should be excluded or not.”- Parameters:
groove- value ofgrooveproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
infoPath
public ExcludedApps.Builder infoPath(Boolean infoPath)
“The value for if MS Office InfoPath should be excluded or not.”- Parameters:
infoPath- value ofinfoPathproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lync
public ExcludedApps.Builder lync(Boolean lync)
“The value for if MS Office Skype for Business - Lync should be excluded or not.”- Parameters:
lync- value oflyncproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
oneDrive
public ExcludedApps.Builder oneDrive(Boolean oneDrive)
“The value for if MS Office OneDrive should be excluded or not.”- Parameters:
oneDrive- value ofoneDriveproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
oneNote
public ExcludedApps.Builder oneNote(Boolean oneNote)
“The value for if MS Office OneNote should be excluded or not.”- Parameters:
oneNote- value ofoneNoteproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
outlook
public ExcludedApps.Builder outlook(Boolean outlook)
“The value for if MS Office Outlook should be excluded or not.”- Parameters:
outlook- value ofoutlookproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
powerPoint
public ExcludedApps.Builder powerPoint(Boolean powerPoint)
“The value for if MS Office PowerPoint should be excluded or not.”- Parameters:
powerPoint- value ofpowerPointproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
publisher
public ExcludedApps.Builder publisher(Boolean publisher)
“The value for if MS Office Publisher should be excluded or not.”- Parameters:
publisher- value ofpublisherproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
sharePointDesigner
public ExcludedApps.Builder sharePointDesigner(Boolean sharePointDesigner)
“The value for if MS Office SharePointDesigner should be excluded or not.”- Parameters:
sharePointDesigner- value ofsharePointDesignerproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
teams
public ExcludedApps.Builder teams(Boolean teams)
“The value for if MS Office Teams should be excluded or not.”- Parameters:
teams- value ofteamsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
visio
public ExcludedApps.Builder visio(Boolean visio)
“The value for if MS Office Visio should be excluded or not.”- Parameters:
visio- value ofvisioproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
word
public ExcludedApps.Builder word(Boolean word)
“The value for if MS Office Word should be excluded or not.”- Parameters:
word- value ofwordproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public ExcludedApps build()
-
-