| java.lang.Object | |
| ↳ | workday.com.bsvc.PutBusinessEntityContactRequestType |
Contains data for creating or updating Business Entity Contact data
Java class for Put_Business_Entity_Contact_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Business_Entity_Contact_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Business_Entity_Contact_Reference" type="{urn:com.workday/bsvc}Business_Entity_ContactObjectType" minOccurs="0"/>
<element name="Business_Entity_Contact_Data" type="{urn:com.workday/bsvc}Business_Entity_Contact_DataType"/>
</sequence>
<attribute name="Add_Only" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addOnly | |||||||||||
| businessEntityContactData | |||||||||||
| businessEntityContactReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the businessEntityContactData property.
| |||||||||||
Gets the value of the businessEntityContactReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Gets the value of the addOnly property.
| |||||||||||
Sets the value of the addOnly property.
| |||||||||||
Sets the value of the businessEntityContactData property.
| |||||||||||
Sets the value of the businessEntityContactReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the businessEntityContactData property.
BusinessEntityContactDataType
Gets the value of the businessEntityContactReference property.
BusinessEntityContactObjectType
Gets the value of the version property.
Gets the value of the addOnly property.
Sets the value of the addOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the businessEntityContactData property.
| value | Allowed object is
BusinessEntityContactDataType
|
|---|
Sets the value of the businessEntityContactReference property.
| value | Allowed object is
BusinessEntityContactObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

