java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.TeamInformationInner
public final class TeamInformationInner
extends Object
Describes team information.
-
Constructor Summary
Constructors
-
Method Summary
Get the description property: The description of the team.
Get the name property: The name of the team.
Get the primaryChannelUrl property: The primary channel URL of the team.
Get the teamCreationTimeUtc property: The time the team was created.
Get the teamId property: Team ID.
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TeamInformationInner
public TeamInformationInner()
-
Method Details
-
teamId
Get the teamId property: Team ID.
- Returns:
- the teamId value.
-
primaryChannelUrl
public String primaryChannelUrl()
Get the primaryChannelUrl property: The primary channel URL of the team.
- Returns:
- the primaryChannelUrl value.
-
teamCreationTimeUtc
Get the teamCreationTimeUtc property: The time the team was created.
- Returns:
- the teamCreationTimeUtc value.
-
name
Get the name property: The name of the team.
- Returns:
- the name value.
-
description
Get the description property: The description of the team.
- Returns:
- the description value.
-
validate
public void validate()
Validates the instance.
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.