Interface Program.ServiceAsync
- All Superinterfaces:
Maskable,ResultLimitable,ServiceAsync
- Enclosing class:
- Program
public static interface Program.ServiceAsync extends ServiceAsync
-
Method Summary
Modifier and Type Method Description Future<List<Affiliate>>getAffiliatesAvailableForSelfEnrollmentByVerificationType(String verificationTypeKeyName)Future<?>getAffiliatesAvailableForSelfEnrollmentByVerificationType(String verificationTypeKeyName, ResponseHandler<List<Affiliate>> callback)Future<List<Type>>getCompanyTypes()Async version ofProgram.Service.getCompanyTypes()Future<?>getCompanyTypes(ResponseHandler<List<Type>> callback)Future<Program>getObject()Async version ofProgram.Service.getObject()Future<?>getObject(ResponseHandler<Program> callback)Future<Account>selfEnrollNewAccount(Account accountTemplate)Future<?>selfEnrollNewAccount(Account accountTemplate, ResponseHandler<Account> callback)voidsetMask(Program.Mask mask)Program.MaskwithMask()Use the existing mask on this service or create it if not presentProgram.MaskwithNewMask()Overwrite the existing mask on this service with a new one and return itMethods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
withNewMask
Program.Mask withNewMask()Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceMaskable
-
withMask
Program.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
getAffiliatesAvailableForSelfEnrollmentByVerificationType
-
getAffiliatesAvailableForSelfEnrollmentByVerificationType
Future<?> getAffiliatesAvailableForSelfEnrollmentByVerificationType(String verificationTypeKeyName, ResponseHandler<List<Affiliate>> callback) -
getCompanyTypes
Async version ofProgram.Service.getCompanyTypes() -
getCompanyTypes
-
getObject
Async version ofProgram.Service.getObject() -
getObject
-
selfEnrollNewAccount
-
selfEnrollNewAccount
-