GitLabGroupListResponse Interface

public interface GitLabGroupListResponse

An immutable client-side representation of GitLabGroupListResponse.

Method Summary

Modifier and Type Method and Description
abstract GitLabGroupListResponseInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.GitLabGroupListResponseInner object.

abstract String nextLink()

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

abstract List<GitLabGroup> value()

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

Method Details

innerModel

public abstract GitLabGroupListResponseInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.GitLabGroupListResponseInner object.

Returns:

the inner object.

nextLink

public abstract String nextLink()

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

Returns:

the nextLink value.

value

public abstract List<GitLabGroup> value()

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

Returns:

the value value.

Applies to