Interface Program.Service
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Program
@ApiService("SoftLayer_FlexibleCredit_Program") public static interface Program.Service extends Service
- See Also:
- SoftLayer_FlexibleCredit_Program
-
Method Summary
Modifier and Type Method Description Program.ServiceAsyncasAsync()Get an async version of this serviceList<Affiliate>getAffiliatesAvailableForSelfEnrollmentByVerificationType(String verificationTypeKeyName)List<Type>getCompanyTypes()ProgramgetObject()AccountselfEnrollNewAccount(Account accountTemplate)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
-
asAsync
Program.ServiceAsync asAsync()Description copied from interface:ServiceGet an async version of this service -
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
@ApiMethod(instanceRequired=true) List<Affiliate> getAffiliatesAvailableForSelfEnrollmentByVerificationType(String verificationTypeKeyName) -
getCompanyTypes
-
getObject
-
selfEnrollNewAccount
-