Package odata.msgraph.client.complex
Class TeamMemberSettings
- java.lang.Object
-
- odata.msgraph.client.complex.TeamMemberSettings
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class TeamMemberSettings extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeamMemberSettings.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanallowAddRemoveAppsprotected BooleanallowCreatePrivateChannelsprotected BooleanallowCreateUpdateChannelsprotected BooleanallowCreateUpdateRemoveConnectorsprotected BooleanallowCreateUpdateRemoveTabsprotected BooleanallowDeleteChannelsprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedTeamMemberSettings()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
allowAddRemoveApps
protected Boolean allowAddRemoveApps
-
allowCreatePrivateChannels
protected Boolean allowCreatePrivateChannels
-
allowCreateUpdateChannels
protected Boolean allowCreateUpdateChannels
-
allowCreateUpdateRemoveConnectors
protected Boolean allowCreateUpdateRemoveConnectors
-
allowCreateUpdateRemoveTabs
protected Boolean allowCreateUpdateRemoveTabs
-
allowDeleteChannels
protected Boolean allowDeleteChannels
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withAllowAddRemoveApps
public TeamMemberSettings withAllowAddRemoveApps(Boolean allowAddRemoveApps)
-
withAllowCreatePrivateChannels
public TeamMemberSettings withAllowCreatePrivateChannels(Boolean allowCreatePrivateChannels)
-
withAllowCreateUpdateChannels
public TeamMemberSettings withAllowCreateUpdateChannels(Boolean allowCreateUpdateChannels)
-
getAllowCreateUpdateRemoveConnectors
public Optional<Boolean> getAllowCreateUpdateRemoveConnectors()
-
withAllowCreateUpdateRemoveConnectors
public TeamMemberSettings withAllowCreateUpdateRemoveConnectors(Boolean allowCreateUpdateRemoveConnectors)
-
withAllowCreateUpdateRemoveTabs
public TeamMemberSettings withAllowCreateUpdateRemoveTabs(Boolean allowCreateUpdateRemoveTabs)
-
withAllowDeleteChannels
public TeamMemberSettings withAllowDeleteChannels(Boolean allowDeleteChannels)
-
withUnmappedField
public TeamMemberSettings withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static TeamMemberSettings.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-