| java.lang.Object | |
| ↳ | com.workday.identity.WorkdayAccountSignonRequestCriteriaType |
The request Critera controlling which Workday Account Signons are included in the response. The criteria include User Name and time range.
Java class for Workday_Account_Signon_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Workday_Account_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"/>
<choice>
<element name="User_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Workday_Account_Reference" type="{urn:com.workday/bsvc}System_AccountObjectType" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fromDateTime | |||||||||||
| toDateTime | |||||||||||
| userName | |||||||||||
| workdayAccountReference | |||||||||||
| 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.
| |||||||||||
Gets the value of the workdayAccountReference property.
| |||||||||||
Sets the value of the fromDateTime property.
| |||||||||||
Sets the value of the toDateTime property.
| |||||||||||
Sets the value of the userName property.
| |||||||||||
Sets the value of the workdayAccountReference 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.
Gets the value of the workdayAccountReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the workdayAccountReference property.
For example, to add a new item, do as follows:
getWorkdayAccountReference().add(newItem);
Objects of the following type(s) are allowed in the list
SystemAccountObjectType
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 |
|---|
Sets the value of the workdayAccountReference property.
| workdayAccountReference | Allowed object is
SystemAccountObjectType
|
|---|