TeamInformationInner Class
- java.
lang. Object - com.
azure. resourcemanager. securityinsights. fluent. models. TeamInformationInner
- com.
Implements
public final class TeamInformationInner
implements JsonSerializable<TeamInformationInner>
Describes team information.
Constructor Summary
| Constructor | Description |
|---|---|
| TeamInformationInner() |
Creates an instance of Team |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: The description of the team. |
|
static
Team |
fromJson(JsonReader jsonReader)
Reads an instance of Team |
| String |
name()
Get the name property: The name of the team. |
| String |
primaryChannelUrl()
Get the primary |
|
Offset |
teamCreationTimeUtc()
Get the team |
| String |
teamId()
Get the team |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
TeamInformationInner
public TeamInformationInner()
Creates an instance of TeamInformationInner class.
Method Details
description
public String description()
Get the description property: The description of the team.
Returns:
fromJson
public static TeamInformationInner fromJson(JsonReader jsonReader)
Reads an instance of TeamInformationInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the team.
Returns:
primaryChannelUrl
public String primaryChannelUrl()
Get the primaryChannelUrl property: The primary channel URL of the team.
Returns:
teamCreationTimeUtc
public OffsetDateTime teamCreationTimeUtc()
Get the teamCreationTimeUtc property: The time the team was created.
Returns:
teamId
public String teamId()
Get the teamId property: Team ID.
Returns:
toJson
validate
public void validate()
Validates the instance.