@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class BusinessObjectFormatUpdateRequest extends Object
| Constructor and Description |
|---|
BusinessObjectFormatUpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Attribute> |
getAttributes()
Custom user-defined metadata associated with this Business Object Format.
|
String |
getDescription()
Description of the Business Object Format
|
Schema |
getSchema()
The schema associated with this Business Object Format
|
int |
hashCode() |
void |
setAttributes(List<Attribute> attributes) |
void |
setDescription(String description) |
void |
setSchema(Schema schema) |
String |
toString() |
public String getDescription()
public void setDescription(String description)
public List<Attribute> getAttributes()
public Schema getSchema()
public void setSchema(Schema schema)
Copyright © 2017. All rights reserved.