Class MicrosoftGraphTeamGuestSettings
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamGuestSettings
teamGuestSettings.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphTeamGuestSettings class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: teamGuestSettings.Get the allowCreateUpdateChannels property: If set to true, guests can add and update channels.Get the allowDeleteChannels property: If set to true, guests can delete channels.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: teamGuestSettings.withAllowCreateUpdateChannels(Boolean allowCreateUpdateChannels) Set the allowCreateUpdateChannels property: If set to true, guests can add and update channels.withAllowDeleteChannels(Boolean allowDeleteChannels) Set the allowDeleteChannels property: If set to true, guests can delete channels.
-
Constructor Details
-
MicrosoftGraphTeamGuestSettings
public MicrosoftGraphTeamGuestSettings()Creates an instance of MicrosoftGraphTeamGuestSettings class.
-
-
Method Details
-
allowCreateUpdateChannels
Get the allowCreateUpdateChannels property: If set to true, guests can add and update channels.- Returns:
- the allowCreateUpdateChannels value.
-
withAllowCreateUpdateChannels
public MicrosoftGraphTeamGuestSettings withAllowCreateUpdateChannels(Boolean allowCreateUpdateChannels) Set the allowCreateUpdateChannels property: If set to true, guests can add and update channels.- Parameters:
allowCreateUpdateChannels- the allowCreateUpdateChannels value to set.- Returns:
- the MicrosoftGraphTeamGuestSettings object itself.
-
allowDeleteChannels
Get the allowDeleteChannels property: If set to true, guests can delete channels.- Returns:
- the allowDeleteChannels value.
-
withAllowDeleteChannels
Set the allowDeleteChannels property: If set to true, guests can delete channels.- Parameters:
allowDeleteChannels- the allowDeleteChannels value to set.- Returns:
- the MicrosoftGraphTeamGuestSettings object itself.
-
additionalProperties
Get the additionalProperties property: teamGuestSettings.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphTeamGuestSettings withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: teamGuestSettings.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphTeamGuestSettings object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-