public class ExcludedApps extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ExcludedApps.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
access |
protected Boolean |
bing |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Boolean |
excel |
protected Boolean |
groove |
protected Boolean |
infoPath |
protected Boolean |
lync |
protected String |
odataType |
protected Boolean |
oneDrive |
protected Boolean |
oneNote |
protected Boolean |
outlook |
protected Boolean |
powerPoint |
protected Boolean |
publisher |
protected Boolean |
sharePointDesigner |
protected Boolean |
teams |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected Boolean |
visio |
protected Boolean |
word |
| Modifier | Constructor and Description |
|---|---|
protected |
ExcludedApps() |
| Modifier and Type | Method and Description |
|---|---|
static ExcludedApps.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getAccess()
“The value for if MS Office Access should be excluded or not.”
|
Optional<Boolean> |
getBing()
“The value for if Microsoft Search as default should be excluded or not.”
|
Optional<Boolean> |
getExcel()
“The value for if MS Office Excel should be excluded or not.”
|
Optional<Boolean> |
getGroove()
“The value for if MS Office OneDrive for Business - Groove should be excluded or
not.”
|
Optional<Boolean> |
getInfoPath()
“The value for if MS Office InfoPath should be excluded or not.”
|
Optional<Boolean> |
getLync()
“The value for if MS Office Skype for Business - Lync should be excluded or not.”
|
Optional<Boolean> |
getOneDrive()
“The value for if MS Office OneDrive should be excluded or not.”
|
Optional<Boolean> |
getOneNote()
“The value for if MS Office OneNote should be excluded or not.”
|
Optional<Boolean> |
getOutlook()
“The value for if MS Office Outlook should be excluded or not.”
|
Optional<Boolean> |
getPowerPoint()
“The value for if MS Office PowerPoint should be excluded or not.”
|
Optional<Boolean> |
getPublisher()
“The value for if MS Office Publisher should be excluded or not.”
|
Optional<Boolean> |
getSharePointDesigner()
“The value for if MS Office SharePointDesigner should be excluded or not.”
|
Optional<Boolean> |
getTeams()
“The value for if MS Office Teams should be excluded or not.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Boolean> |
getVisio()
“The value for if MS Office Visio should be excluded or not.”
|
Optional<Boolean> |
getWord()
“The value for if MS Office Word should be excluded or not.”
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ExcludedApps |
withAccess(Boolean access)
Returns an immutable copy of
this with just the access field
changed. |
ExcludedApps |
withBing(Boolean bing)
Returns an immutable copy of
this with just the bing field
changed. |
ExcludedApps |
withExcel(Boolean excel)
Returns an immutable copy of
this with just the excel field
changed. |
ExcludedApps |
withGroove(Boolean groove)
Returns an immutable copy of
this with just the groove field
changed. |
ExcludedApps |
withInfoPath(Boolean infoPath)
Returns an immutable copy of
this with just the infoPath field
changed. |
ExcludedApps |
withLync(Boolean lync)
Returns an immutable copy of
this with just the lync field
changed. |
ExcludedApps |
withOneDrive(Boolean oneDrive)
Returns an immutable copy of
this with just the oneDrive field
changed. |
ExcludedApps |
withOneNote(Boolean oneNote)
Returns an immutable copy of
this with just the oneNote field
changed. |
ExcludedApps |
withOutlook(Boolean outlook)
Returns an immutable copy of
this with just the outlook field
changed. |
ExcludedApps |
withPowerPoint(Boolean powerPoint)
Returns an immutable copy of
this with just the powerPoint field
changed. |
ExcludedApps |
withPublisher(Boolean publisher)
Returns an immutable copy of
this with just the publisher field
changed. |
ExcludedApps |
withSharePointDesigner(Boolean sharePointDesigner)
Returns an immutable copy of
this with just the sharePointDesigner field changed. |
ExcludedApps |
withTeams(Boolean teams)
Returns an immutable copy of
this with just the teams field
changed. |
ExcludedApps |
withVisio(Boolean visio)
Returns an immutable copy of
this with just the visio field
changed. |
ExcludedApps |
withWord(Boolean word)
Returns an immutable copy of
this with just the word field
changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Boolean access
protected Boolean bing
protected Boolean excel
protected Boolean groove
protected Boolean infoPath
protected Boolean lync
protected Boolean oneDrive
protected Boolean oneNote
protected Boolean outlook
protected Boolean powerPoint
protected Boolean publisher
protected Boolean sharePointDesigner
protected Boolean teams
protected Boolean visio
protected Boolean word
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<Boolean> getAccess()
public ExcludedApps withAccess(Boolean access)
this with just the access field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The value for if MS Office Access should be excluded or not.”
access - new value of access field (as defined in service metadata)this with just the access field changedpublic Optional<Boolean> getBing()
public ExcludedApps withBing(Boolean bing)
this with just the bing field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The value for if Microsoft Search as default should be excluded or not.”
bing - new value of bing field (as defined in service metadata)this with just the bing field changedpublic Optional<Boolean> getExcel()
public ExcludedApps withExcel(Boolean excel)
this with just the excel field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The value for if MS Office Excel should be excluded or not.”
excel - new value of excel field (as defined in service metadata)this with just the excel field changedpublic Optional<Boolean> getGroove()
public ExcludedApps withGroove(Boolean groove)
this with just the groove field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The value for if MS Office OneDrive for Business - Groove should be excluded or not.”
groove - new value of groove field (as defined in service metadata)this with just the groove field changedpublic Optional<Boolean> getInfoPath()
public ExcludedApps withInfoPath(Boolean infoPath)
this with just the infoPath field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The value for if MS Office InfoPath should be excluded or not.”
infoPath - new value of infoPath field (as defined in service metadata)this with just the infoPath field changedpublic Optional<Boolean> getLync()
public ExcludedApps withLync(Boolean lync)
this with just the lync field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The value for if MS Office Skype for Business - Lync should be excluded or not.”
lync - new value of lync field (as defined in service metadata)this with just the lync field changedpublic Optional<Boolean> getOneDrive()
public ExcludedApps withOneDrive(Boolean oneDrive)
this with just the oneDrive field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The value for if MS Office OneDrive should be excluded or not.”
oneDrive - new value of oneDrive field (as defined in service metadata)this with just the oneDrive field changedpublic Optional<Boolean> getOneNote()
public ExcludedApps withOneNote(Boolean oneNote)
this with just the oneNote field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The value for if MS Office OneNote should be excluded or not.”
oneNote - new value of oneNote field (as defined in service metadata)this with just the oneNote field changedpublic Optional<Boolean> getOutlook()
public ExcludedApps withOutlook(Boolean outlook)
this with just the outlook field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The value for if MS Office Outlook should be excluded or not.”
outlook - new value of outlook field (as defined in service metadata)this with just the outlook field changedpublic Optional<Boolean> getPowerPoint()
public ExcludedApps withPowerPoint(Boolean powerPoint)
this with just the powerPoint field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The value for if MS Office PowerPoint should be excluded or not.”
powerPoint - new value of powerPoint field (as defined in service metadata)this with just the powerPoint field changedpublic Optional<Boolean> getPublisher()
public ExcludedApps withPublisher(Boolean publisher)
this with just the publisher field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The value for if MS Office Publisher should be excluded or not.”
publisher - new value of publisher field (as defined in service metadata)this with just the publisher field changedpublic Optional<Boolean> getSharePointDesigner()
public ExcludedApps withSharePointDesigner(Boolean sharePointDesigner)
this with just the sharePointDesigner field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“The value for if MS Office SharePointDesigner should be excluded or not.”
sharePointDesigner - new value of sharePointDesigner field (as defined in service metadata)this with just the sharePointDesigner field changedpublic Optional<Boolean> getTeams()
public ExcludedApps withTeams(Boolean teams)
this with just the teams field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The value for if MS Office Teams should be excluded or not.”
teams - new value of teams field (as defined in service metadata)this with just the teams field changedpublic Optional<Boolean> getVisio()
public ExcludedApps withVisio(Boolean visio)
this with just the visio field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The value for if MS Office Visio should be excluded or not.”
visio - new value of visio field (as defined in service metadata)this with just the visio field changedpublic Optional<Boolean> getWord()
public ExcludedApps withWord(Boolean word)
this with just the word field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The value for if MS Office Word should be excluded or not.”
word - new value of word field (as defined in service metadata)this with just the word field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static ExcludedApps.Builder builder()
Copyright © 2018–2020. All rights reserved.