@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") public class SearchContextHitCollectionResponse extends Object
| Constructor and Description |
|---|
SearchContextHitCollectionResponse() |
| Modifier and Type | Method and Description |
|---|---|
SearchContextHitCollectionResponse |
addValueItem(SearchContextHit valueItem) |
boolean |
equals(Object o) |
Integer |
getOdataCount()
Returns the total count of items within a collection.
|
String |
getOdataNextLink()
Returns a URL to retrieve the next page of the requested collection.
|
List<SearchContextHit> |
getValue()
Returns value
|
int |
hashCode() |
SearchContextHitCollectionResponse |
odataCount(Integer odataCount) |
SearchContextHitCollectionResponse |
odataNextLink(String odataNextLink) |
void |
setOdataCount(Integer odataCount) |
void |
setOdataNextLink(String odataNextLink) |
void |
setValue(List<SearchContextHit> value) |
String |
toString() |
SearchContextHitCollectionResponse |
value(List<SearchContextHit> value) |
public SearchContextHitCollectionResponse odataNextLink(String odataNextLink)
public String getOdataNextLink()
public void setOdataNextLink(String odataNextLink)
public SearchContextHitCollectionResponse odataCount(Integer odataCount)
public Integer getOdataCount()
public void setOdataCount(Integer odataCount)
public SearchContextHitCollectionResponse value(List<SearchContextHit> value)
public SearchContextHitCollectionResponse addValueItem(SearchContextHit valueItem)
public List<SearchContextHit> getValue()
public void setValue(List<SearchContextHit> value)
Copyright © 2025. All rights reserved.