RoleEligibilityScheduleListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.models.RoleEligibilityScheduleListResult

Implements

public final class RoleEligibilityScheduleListResult
implements JsonSerializable<RoleEligibilityScheduleListResult>

role eligibility schedule list operation result.

Constructor Summary

Constructor Description
RoleEligibilityScheduleListResult()

Creates an instance of RoleEligibilityScheduleListResult class.

Method Summary

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

Reads an instance of RoleEligibilityScheduleListResult from the JsonReader.

String nextLink()

Get the nextLink property: The URL to use for getting the next set of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<RoleEligibilityScheduleInner> value()

Get the value property: role eligibility schedule list.

RoleEligibilityScheduleListResult withNextLink(String nextLink)

Set the nextLink property: The URL to use for getting the next set of results.

RoleEligibilityScheduleListResult withValue(List<RoleEligibilityScheduleInner> value)

Set the value property: role eligibility schedule list.

Methods inherited from java.lang.Object

Constructor Details

RoleEligibilityScheduleListResult

public RoleEligibilityScheduleListResult()

Creates an instance of RoleEligibilityScheduleListResult class.

Method Details

fromJson

public static RoleEligibilityScheduleListResult fromJson(JsonReader jsonReader)

Reads an instance of RoleEligibilityScheduleListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: The URL to use for getting the next set of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<RoleEligibilityScheduleInner> value()

Get the value property: role eligibility schedule list.

Returns:

the value value.

withNextLink

public RoleEligibilityScheduleListResult withNextLink(String nextLink)

Set the nextLink property: The URL to use for getting the next set of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the RoleEligibilityScheduleListResult object itself.

withValue

public RoleEligibilityScheduleListResult withValue(List<RoleEligibilityScheduleInner> value)

Set the value property: role eligibility schedule list.

Parameters:

value - the value value to set.

Returns:

the RoleEligibilityScheduleListResult object itself.

Applies to