MicrosoftGraphTeamGuestSettings Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphTeamGuestSettings
- com.
Implements
public final class MicrosoftGraphTeamGuestSettings
implements JsonSerializable<MicrosoftGraphTeamGuestSettings>
teamGuestSettings.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphTeamGuestSettings() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Boolean |
allowCreateUpdateChannels()
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 |
withAllowCreateUpdateChannels(Boolean allowCreateUpdateChannels)
Set the allow |
Microsoft |
withAllowDeleteChannels(Boolean allowDeleteChannels)
Set the allow |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphTeamGuestSettings
public MicrosoftGraphTeamGuestSettings()
Creates an instance of MicrosoftGraphTeamGuestSettings class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: teamGuestSettings.
Returns:
allowCreateUpdateChannels
public Boolean allowCreateUpdateChannels()
Get the allowCreateUpdateChannels property: If set to true, guests can add and update channels.
Returns:
allowDeleteChannels
public Boolean allowDeleteChannels()
Get the allowDeleteChannels property: If set to true, guests can delete channels.
Returns:
fromJson
public static MicrosoftGraphTeamGuestSettings fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphTeamGuestSettings from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphTeamGuestSettings withAdditionalProperties(Map
Set the additionalProperties property: teamGuestSettings.
Parameters:
Returns:
withAllowCreateUpdateChannels
public MicrosoftGraphTeamGuestSettings withAllowCreateUpdateChannels(Boolean allowCreateUpdateChannels)
Set the allowCreateUpdateChannels property: If set to true, guests can add and update channels.
Parameters:
Returns:
withAllowDeleteChannels
public MicrosoftGraphTeamGuestSettings withAllowDeleteChannels(Boolean allowDeleteChannels)
Set the allowDeleteChannels property: If set to true, guests can delete channels.
Parameters:
Returns:
Applies to
Azure SDK for Java