İngilizce dilinde oku

Aracılığıyla paylaş


AzureDevOpsOrgListResponseInner Class

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

Implements

public final class AzureDevOpsOrgListResponseInner
implements JsonSerializable<AzureDevOpsOrgListResponseInner>

List of RP resources which supports pagination.

Constructor Summary

Constructor Description
AzureDevOpsOrgListResponseInner()

Creates an instance of AzureDevOpsOrgListResponseInner class.

Method Summary

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

Reads an instance of AzureDevOpsOrgListResponseInner from the JsonReader.

String nextLink()

Get the nextLink property: Gets or sets next link to scroll over the results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<AzureDevOpsOrgInner> value()

Get the value property: Gets or sets list of resources.

AzureDevOpsOrgListResponseInner withNextLink(String nextLink)

Set the nextLink property: Gets or sets next link to scroll over the results.

AzureDevOpsOrgListResponseInner withValue(List<AzureDevOpsOrgInner> value)

Set the value property: Gets or sets list of resources.

Methods inherited from java.lang.Object

Constructor Details

AzureDevOpsOrgListResponseInner

public AzureDevOpsOrgListResponseInner()

Creates an instance of AzureDevOpsOrgListResponseInner class.

Method Details

fromJson

public static AzureDevOpsOrgListResponseInner fromJson(JsonReader jsonReader)

Reads an instance of AzureDevOpsOrgListResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: Gets or sets next link to scroll over the results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Gets or sets list of resources.

Returns:

the value value.

withNextLink

public AzureDevOpsOrgListResponseInner withNextLink(String nextLink)

Set the nextLink property: Gets or sets next link to scroll over the results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the AzureDevOpsOrgListResponseInner object itself.

withValue

public AzureDevOpsOrgListResponseInner withValue(List value)

Set the value property: Gets or sets list of resources.

Parameters:

value - the value value to set.

Returns:

the AzureDevOpsOrgListResponseInner object itself.

Applies to

Azure SDK for Java

Preview