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
All Methods Instance Methods Abstract Methods 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 it-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
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
void setMask(Program.Mask mask)
-
getAffiliatesAvailableForSelfEnrollmentByVerificationType
@ApiMethod(instanceRequired=true) List<Affiliate> getAffiliatesAvailableForSelfEnrollmentByVerificationType(String verificationTypeKeyName)
-
getCompanyTypes
@ApiMethod List<Type> getCompanyTypes()
-
getObject
@ApiMethod(instanceRequired=true) Program getObject()
-
selfEnrollNewAccount
@ApiMethod(instanceRequired=true) Account selfEnrollNewAccount(Account accountTemplate)
-
-