WorkspaceSettingList Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.WorkspaceSettingList

public final class WorkspaceSettingList

List of workspace settings response.

Constructor Summary

Constructor Description
WorkspaceSettingList()

Creates an instance of WorkspaceSettingList class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The URI to fetch the next page.

void validate()

Validates the instance.

List<WorkspaceSettingInner> value()

Get the value property: List of workspace settings.

WorkspaceSettingList withValue(List<WorkspaceSettingInner> value)

Set the value property: List of workspace settings.

Methods inherited from java.lang.Object

Constructor Details

WorkspaceSettingList

public WorkspaceSettingList()

Creates an instance of WorkspaceSettingList class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The URI to fetch the next page.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: List of workspace settings.

Returns:

the value value.

withValue

public WorkspaceSettingList withValue(List value)

Set the value property: List of workspace settings.

Parameters:

value - the value value to set.

Returns:

the WorkspaceSettingList object itself.

Applies to