@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class BusinessObjectDefinitionUpdateRequest extends Object
| Constructor and Description |
|---|
BusinessObjectDefinitionUpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Attribute> |
getAttributes()
Custom user-defined metadata associated with this Business Object Definition.
|
String |
getDescription()
An optional description
|
String |
getDisplayName()
An optional business friendly name
|
int |
hashCode() |
void |
setAttributes(List<Attribute> attributes) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
String |
toString() |
public BusinessObjectDefinitionUpdateRequest()
public String getDescription()
public void setDescription(String description)
public String getDisplayName()
public void setDisplayName(String displayName)
public List<Attribute> getAttributes()
Copyright © 2017. All rights reserved.