Class WorkflowListResult
java.lang.Object
com.azure.resourcemanager.devhub.models.WorkflowListResult
The response from List Workflows operation.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
WorkflowListResult
public WorkflowListResult()
-
-
Method Details
-
value
Get the value property: The list of workflows.- Returns:
- the value value.
-
withValue
Set the value property: The list of workflows.- Parameters:
value
- the value value to set.- Returns:
- the WorkflowListResult object itself.
-
nextLink
Get the nextLink property: The URL to the next set of workflow results.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-