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