public class TeamMemberSettings extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
TeamMemberSettings.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowAddRemoveApps |
protected Boolean |
allowCreatePrivateChannels |
protected Boolean |
allowCreateUpdateChannels |
protected Boolean |
allowCreateUpdateRemoveConnectors |
protected Boolean |
allowCreateUpdateRemoveTabs |
protected Boolean |
allowDeleteChannels |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
TeamMemberSettings() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Boolean allowCreateUpdateChannels
protected Boolean allowCreatePrivateChannels
protected Boolean allowDeleteChannels
protected Boolean allowAddRemoveApps
protected Boolean allowCreateUpdateRemoveTabs
protected Boolean allowCreateUpdateRemoveConnectors
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic TeamMemberSettings withAllowCreateUpdateChannels(Boolean allowCreateUpdateChannels)
public TeamMemberSettings withAllowCreatePrivateChannels(Boolean allowCreatePrivateChannels)
public TeamMemberSettings withAllowDeleteChannels(Boolean allowDeleteChannels)
public TeamMemberSettings withAllowAddRemoveApps(Boolean allowAddRemoveApps)
public TeamMemberSettings withAllowCreateUpdateRemoveTabs(Boolean allowCreateUpdateRemoveTabs)
public Optional<Boolean> getAllowCreateUpdateRemoveConnectors()
public TeamMemberSettings withAllowCreateUpdateRemoveConnectors(Boolean allowCreateUpdateRemoveConnectors)
public 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 TeamMemberSettings.Builder builder()
Copyright © 2018–2020. All rights reserved.