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