| java.lang.Object | |
| ↳ | com.workday.identity.UnidentifiedSignonRequestCriteriaType |
The request Critera for Unidentified Signons.
Java class for Unidentified_Signon_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Unidentified_Signon_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="From_DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="To_DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="User_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fromDateTime | |||||||||||
| toDateTime | |||||||||||
| userName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fromDateTime property.
| |||||||||||
Gets the value of the toDateTime property.
| |||||||||||
Gets the value of the userName property.
| |||||||||||
Sets the value of the fromDateTime property.
| |||||||||||
Sets the value of the toDateTime property.
| |||||||||||
Sets the value of the userName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the fromDateTime property.
Gets the value of the toDateTime property.
Gets the value of the userName property.
Sets the value of the fromDateTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the toDateTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the userName property.
| value | Allowed object is String |
|---|