Freigeben über


TeamInformationInner Class

  • java.lang.Object
    • com.azure.resourcemanager.securityinsights.fluent.models.TeamInformationInner

Implements

public final class TeamInformationInner
implements JsonSerializable<TeamInformationInner>

Describes team information.

Constructor Summary

Constructor Description
TeamInformationInner()

Creates an instance of TeamInformationInner class.

Method Summary

Modifier and Type Method and Description
String description()

Get the description property: The description of the team.

static TeamInformationInner fromJson(JsonReader jsonReader)

Reads an instance of TeamInformationInner from the JsonReader.

String name()

Get the name property: The name of the team.

String primaryChannelUrl()

Get the primaryChannelUrl property: The primary channel URL of the team.

OffsetDateTime teamCreationTimeUtc()

Get the teamCreationTimeUtc property: The time the team was created.

String teamId()

Get the teamId property: Team ID.

JsonWriter 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:

the description value.

fromJson

public static TeamInformationInner fromJson(JsonReader jsonReader)

Reads an instance of TeamInformationInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of TeamInformationInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the TeamInformationInner.

name

public String name()

Get the name property: The name of the team.

Returns:

the name value.

primaryChannelUrl

public String primaryChannelUrl()

Get the primaryChannelUrl property: The primary channel URL of the team.

Returns:

the primaryChannelUrl value.

teamCreationTimeUtc

public OffsetDateTime teamCreationTimeUtc()

Get the teamCreationTimeUtc property: The time the team was created.

Returns:

the teamCreationTimeUtc value.

teamId

public String teamId()

Get the teamId property: Team ID.

Returns:

the teamId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to