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