@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class BusinessObjectDefinitionDescriptiveInformationUpdateRequest extends Object
| Constructor and Description |
|---|
BusinessObjectDefinitionDescriptiveInformationUpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
An optional description
|
DescriptiveBusinessObjectFormatUpdateRequest |
getDescriptiveBusinessObjectFormat()
An optional business object definition descriptive format update request
|
String |
getDisplayName()
An optional business friendly name for business object definition
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setDescriptiveBusinessObjectFormat(DescriptiveBusinessObjectFormatUpdateRequest descriptiveBusinessObjectFormat) |
void |
setDisplayName(String displayName) |
String |
toString() |
public BusinessObjectDefinitionDescriptiveInformationUpdateRequest()
public String getDescription()
public void setDescription(String description)
public String getDisplayName()
public void setDisplayName(String displayName)
public DescriptiveBusinessObjectFormatUpdateRequest getDescriptiveBusinessObjectFormat()
public void setDescriptiveBusinessObjectFormat(DescriptiveBusinessObjectFormatUpdateRequest descriptiveBusinessObjectFormat)
Copyright © 2017. All rights reserved.