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