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