public enum WorkdayWSDLServices extends Enum<WorkdayWSDLServices>
Modifier and Type | Method and Description |
---|---|
static WorkdayWSDLServices |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkdayWSDLServices[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkdayWSDLServices Absence_Management
public static final WorkdayWSDLServices Academic_Advising
public static final WorkdayWSDLServices Academic_Foundation
public static final WorkdayWSDLServices Admissions
public static final WorkdayWSDLServices Adoption
public static final WorkdayWSDLServices Benefits_Administration
public static final WorkdayWSDLServices Campus_Engagement
public static final WorkdayWSDLServices Cash_Management
public static final WorkdayWSDLServices Compensation
public static final WorkdayWSDLServices Compensation_Review
public static final WorkdayWSDLServices External_Integrations
public static final WorkdayWSDLServices Financial_Aid
public static final WorkdayWSDLServices Financial_Management
public static final WorkdayWSDLServices Human_Resources
public static final WorkdayWSDLServices Identity_Management
public static final WorkdayWSDLServices Integrations
public static final WorkdayWSDLServices Inventory
public static final WorkdayWSDLServices Learning
public static final WorkdayWSDLServices Notification
public static final WorkdayWSDLServices Payroll
public static final WorkdayWSDLServices Payroll_CAN
public static final WorkdayWSDLServices Payroll_FRA
public static final WorkdayWSDLServices Payroll_GBR
public static final WorkdayWSDLServices Payroll_Interface
public static final WorkdayWSDLServices Performance_Management
public static final WorkdayWSDLServices Professional_Services_Automation
public static final WorkdayWSDLServices Recruiting
public static final WorkdayWSDLServices Resource_Management
public static final WorkdayWSDLServices Revenue_Management
public static final WorkdayWSDLServices Settlement_Services
public static final WorkdayWSDLServices Staffing
public static final WorkdayWSDLServices Student_Recruiting
public static final WorkdayWSDLServices Talent
public static final WorkdayWSDLServices Tenant_Data_Translation
public static final WorkdayWSDLServices Time_Tracking
public static final WorkdayWSDLServices Workforce_Planning
public static final WorkdayWSDLServices Student_Records
public static final WorkdayWSDLServices Student_Finance
public static final WorkdayWSDLServices Dynamic_Document_Generation
public static final WorkdayWSDLServices Workday_Connect
public static final WorkdayWSDLServices Workday_Extensibility
public static WorkdayWSDLServices[] values()
for (WorkdayWSDLServices c : WorkdayWSDLServices.values()) System.out.println(c);
public static WorkdayWSDLServices valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2010–2019. All rights reserved.