MicrosoftGraphTeamMemberSettings Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphTeamMemberSettings
- com.
Implements
public final class MicrosoftGraphTeamMemberSettings
implements JsonSerializable<MicrosoftGraphTeamMemberSettings>
teamMemberSettings.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphTeamMemberSettings() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Boolean |
allowAddRemoveApps()
Get the allow |
Boolean |
allowCreatePrivateChannels()
Get the allow |
Boolean |
allowCreateUpdateChannels()
Get the allow |
Boolean |
allowCreateUpdateRemoveConnectors()
Get the allow |
Boolean |
allowCreateUpdateRemoveTabs()
Get the allow |
Boolean |
allowDeleteChannels()
Get the allow |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withAllowAddRemoveApps(Boolean allowAddRemoveApps)
Set the allow |
Microsoft |
withAllowCreatePrivateChannels(Boolean allowCreatePrivateChannels)
Set the allow |
Microsoft |
withAllowCreateUpdateChannels(Boolean allowCreateUpdateChannels)
Set the allow |
Microsoft |
withAllowCreateUpdateRemoveConnectors(Boolean allowCreateUpdateRemoveConnectors)
Set the allow |
Microsoft |
withAllowCreateUpdateRemoveTabs(Boolean allowCreateUpdateRemoveTabs)
Set the allow |
Microsoft |
withAllowDeleteChannels(Boolean allowDeleteChannels)
Set the allow |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphTeamMemberSettings
public MicrosoftGraphTeamMemberSettings()
Creates an instance of MicrosoftGraphTeamMemberSettings class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: teamMemberSettings.
Returns:
allowAddRemoveApps
public Boolean allowAddRemoveApps()
Get the allowAddRemoveApps property: If set to true, members can add and remove apps.
Returns:
allowCreatePrivateChannels
public Boolean allowCreatePrivateChannels()
Get the allowCreatePrivateChannels property: If set to true, members can add and update private channels.
Returns:
allowCreateUpdateChannels
public Boolean allowCreateUpdateChannels()
Get the allowCreateUpdateChannels property: If set to true, members can add and update channels.
Returns:
allowCreateUpdateRemoveConnectors
public Boolean allowCreateUpdateRemoveConnectors()
Get the allowCreateUpdateRemoveConnectors property: If set to true, members can add, update, and remove connectors.
Returns:
allowCreateUpdateRemoveTabs
public Boolean allowCreateUpdateRemoveTabs()
Get the allowCreateUpdateRemoveTabs property: If set to true, members can add, update, and remove tabs.
Returns:
allowDeleteChannels
public Boolean allowDeleteChannels()
Get the allowDeleteChannels property: If set to true, members can delete channels.
Returns:
fromJson
public static MicrosoftGraphTeamMemberSettings fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphTeamMemberSettings from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphTeamMemberSettings withAdditionalProperties(Map
Set the additionalProperties property: teamMemberSettings.
Parameters:
Returns:
withAllowAddRemoveApps
public MicrosoftGraphTeamMemberSettings withAllowAddRemoveApps(Boolean allowAddRemoveApps)
Set the allowAddRemoveApps property: If set to true, members can add and remove apps.
Parameters:
Returns:
withAllowCreatePrivateChannels
public MicrosoftGraphTeamMemberSettings withAllowCreatePrivateChannels(Boolean allowCreatePrivateChannels)
Set the allowCreatePrivateChannels property: If set to true, members can add and update private channels.
Parameters:
Returns:
withAllowCreateUpdateChannels
public MicrosoftGraphTeamMemberSettings withAllowCreateUpdateChannels(Boolean allowCreateUpdateChannels)
Set the allowCreateUpdateChannels property: If set to true, members can add and update channels.
Parameters:
Returns:
withAllowCreateUpdateRemoveConnectors
public MicrosoftGraphTeamMemberSettings withAllowCreateUpdateRemoveConnectors(Boolean allowCreateUpdateRemoveConnectors)
Set the allowCreateUpdateRemoveConnectors property: If set to true, members can add, update, and remove connectors.
Parameters:
Returns:
withAllowCreateUpdateRemoveTabs
public MicrosoftGraphTeamMemberSettings withAllowCreateUpdateRemoveTabs(Boolean allowCreateUpdateRemoveTabs)
Set the allowCreateUpdateRemoveTabs property: If set to true, members can add, update, and remove tabs.
Parameters:
Returns:
withAllowDeleteChannels
public MicrosoftGraphTeamMemberSettings withAllowDeleteChannels(Boolean allowDeleteChannels)
Set the allowDeleteChannels property: If set to true, members can delete channels.
Parameters:
Returns:
Applies to
Azure SDK for Java