| java.lang.Object | |
| ↳ | com.workday.integrations.RESTEndpointDataSourceDataType |
REST Endpoint Data Source Data element
Java class for REST_Endpoint_Data_Source_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="REST_Endpoint_Data_Source_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="REST_Endpoint" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="User_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| password | |||||||||||
| restEndpoint | |||||||||||
| userID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the password property.
| |||||||||||
Gets the value of the restEndpoint property.
| |||||||||||
Gets the value of the userID property.
| |||||||||||
Sets the value of the password property.
| |||||||||||
Sets the value of the restEndpoint property.
| |||||||||||
Sets the value of the userID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the password property.
Gets the value of the restEndpoint property.
Gets the value of the userID property.
Sets the value of the password property.
| value | Allowed object is String |
|---|
Sets the value of the restEndpoint property.
| value | Allowed object is String |
|---|
Sets the value of the userID property.
| value | Allowed object is String |
|---|