Interface Enrollment.ServiceAsync
-
- All Superinterfaces:
Maskable
,ResultLimitable
,ServiceAsync
- Enclosing class:
- Enrollment
public static interface Enrollment.ServiceAsync extends ServiceAsync
-
-
Method Summary
-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
withNewMask
Enrollment.Mask withNewMask()
Description copied from interface:Maskable
Overwrite the existing mask on this service with a new one and return it- Specified by:
withNewMask
in interfaceMaskable
-
withMask
Enrollment.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(Enrollment.Mask mask)
-
getAffiliates
Future<List<Affiliate>> getAffiliates()
Async version ofEnrollment.Service.getAffiliates()
-
getAffiliates
Future<?> getAffiliates(ResponseHandler<List<Affiliate>> callback)
-
getCompanyTypes
Future<List<Type>> getCompanyTypes()
Async version ofEnrollment.Service.getCompanyTypes()
-
getCompanyTypes
Future<?> getCompanyTypes(ResponseHandler<List<Type>> callback)
-
getEnrollmentRequestAnnualRevenueOptions
Future<List<AnswerOption>> getEnrollmentRequestAnnualRevenueOptions()
Async version ofEnrollment.Service.getEnrollmentRequestAnnualRevenueOptions()
-
getEnrollmentRequestAnnualRevenueOptions
Future<?> getEnrollmentRequestAnnualRevenueOptions(ResponseHandler<List<AnswerOption>> callback)
-
getEnrollmentRequestUserCountOptions
Future<List<AnswerOption>> getEnrollmentRequestUserCountOptions()
Async version ofEnrollment.Service.getEnrollmentRequestUserCountOptions()
-
getEnrollmentRequestUserCountOptions
Future<?> getEnrollmentRequestUserCountOptions(ResponseHandler<List<AnswerOption>> callback)
-
getEnrollmentRequestYearsInOperationOptions
Future<List<AnswerOption>> getEnrollmentRequestYearsInOperationOptions()
Async version ofEnrollment.Service.getEnrollmentRequestYearsInOperationOptions()
-
getEnrollmentRequestYearsInOperationOptions
Future<?> getEnrollmentRequestYearsInOperationOptions(ResponseHandler<List<AnswerOption>> callback)
-
getObject
Future<Enrollment> getObject()
Async version ofEnrollment.Service.getObject()
-
getObject
Future<?> getObject(ResponseHandler<Enrollment> callback)
-
requestManualEnrollment
Future<Void> requestManualEnrollment(ManualEnrollmentRequest request)
-
requestManualEnrollment
Future<?> requestManualEnrollment(ManualEnrollmentRequest request, ResponseHandler<Void> callback)
-
requestSelfEnrollment
Future<?> requestSelfEnrollment(Request enrollmentRequest, ResponseHandler<Account> callback)
-
getAccount
Future<Account> getAccount()
Async version ofEnrollment.Service.getAccount()
-
getAccount
Future<?> getAccount(ResponseHandler<Account> callback)
Async callback version ofEnrollment.Service.getAccount()
-
getAffiliate
Future<Affiliate> getAffiliate()
Async version ofEnrollment.Service.getAffiliate()
-
getAffiliate
Future<?> getAffiliate(ResponseHandler<Affiliate> callback)
Async callback version ofEnrollment.Service.getAffiliate()
-
getCompanyType
Future<Type> getCompanyType()
Async version ofEnrollment.Service.getCompanyType()
-
getCompanyType
Future<?> getCompanyType(ResponseHandler<Type> callback)
Async callback version ofEnrollment.Service.getCompanyType()
-
getIsActiveFlag
Future<Boolean> getIsActiveFlag()
Async version ofEnrollment.Service.getIsActiveFlag()
-
getIsActiveFlag
Future<?> getIsActiveFlag(ResponseHandler<Boolean> callback)
Async callback version ofEnrollment.Service.getIsActiveFlag()
-
getRepresentative
Future<Employee> getRepresentative()
Async version ofEnrollment.Service.getRepresentative()
-
getRepresentative
Future<?> getRepresentative(ResponseHandler<Employee> callback)
Async callback version ofEnrollment.Service.getRepresentative()
-
-