JobResourceList Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. JobResourceList
- com.
Implements
public final class JobResourceList
implements JsonSerializable<JobResourceList>
Job Resource Collection.
Constructor Summary
| Constructor | Description |
|---|---|
| JobResourceList() |
Creates an instance of Job |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Job |
fromJson(JsonReader jsonReader)
Reads an instance of Job |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Job |
value()
Get the value property: List of job resources. |
|
Job |
withNextLink(String nextLink)
Set the next |
|
Job |
withValue(List<JobResourceInner> value)
Set the value property: List of job resources. |
Methods inherited from java.lang.Object
Constructor Details
JobResourceList
public JobResourceList()
Creates an instance of JobResourceList class.
Method Details
fromJson
public static JobResourceList fromJson(JsonReader jsonReader)
Reads an instance of JobResourceList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link for the next set of job resources.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<JobResourceInner> value()
Get the value property: List of job resources.
Returns:
withNextLink
public JobResourceList withNextLink(String nextLink)
Set the nextLink property: Link for the next set of job resources.
Parameters:
Returns:
withValue
public JobResourceList withValue(List<JobResourceInner> value)
Set the value property: List of job resources.
Parameters:
Returns: