@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") public class EntryCollectionResponse extends Object
| Constructor and Description |
|---|
EntryCollectionResponse() |
| Modifier and Type | Method and Description |
|---|---|
EntryCollectionResponse |
addValueItem(Entry 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<Entry> |
getValue()
Returns value
|
int |
hashCode() |
EntryCollectionResponse |
odataCount(Integer odataCount) |
EntryCollectionResponse |
odataNextLink(String odataNextLink) |
void |
setOdataCount(Integer odataCount) |
void |
setOdataNextLink(String odataNextLink) |
void |
setValue(List<Entry> value) |
String |
toString() |
EntryCollectionResponse |
value(List<Entry> value) |
public EntryCollectionResponse odataNextLink(String odataNextLink)
public String getOdataNextLink()
public void setOdataNextLink(String odataNextLink)
public EntryCollectionResponse odataCount(Integer odataCount)
public Integer getOdataCount()
public void setOdataCount(Integer odataCount)
public EntryCollectionResponse value(List<Entry> value)
public EntryCollectionResponse addValueItem(Entry valueItem)
Copyright © 2025. All rights reserved.