Class SearchServiceListResult
- java.lang.Object
-
- com.azure.resourcemanager.search.models.SearchServiceListResult
-
public final class SearchServiceListResult extends Object
Response containing a list of Azure Cognitive Search services.
-
-
Constructor Summary
Constructors Constructor Description SearchServiceListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: Request URL that can be used to query next page of search services.voidvalidate()Validates the instance.List<SearchServiceInner>value()Get the value property: The list of search services.
-
-
-
Method Detail
-
value
public List<SearchServiceInner> value()
Get the value property: The list of search services.- Returns:
- the value value.
-
nextLink
public String nextLink()
Get the nextLink property: Request URL that can be used to query next page of search services. Returned when the total number of requested search services exceed maximum page size.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-