GitLabGroupListResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.security.fluent.models.GitLabGroupListResponseInner

Implements

public final class GitLabGroupListResponseInner
implements JsonSerializable<GitLabGroupListResponseInner>

List of RP resources which supports pagination.

Method Summary

Modifier and Type Method and Description
static GitLabGroupListResponseInner fromJson(JsonReader jsonReader)

Reads an instance of GitLabGroupListResponseInner from the JsonReader.

String nextLink()

Get the nextLink property: The link to the next page of items.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<GitLabGroupInner> value()

Get the value property: The GitLabGroup items on this page.

Methods inherited from java.lang.Object

Method Details

fromJson

public static GitLabGroupListResponseInner fromJson(JsonReader jsonReader)

Reads an instance of GitLabGroupListResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of GitLabGroupListResponseInner 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 GitLabGroupListResponseInner.

nextLink

public String nextLink()

Get the nextLink property: The link to the next page of items.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<GitLabGroupInner> value()

Get the value property: The GitLabGroup items on this page.

Returns:

the value value.

Applies to