Interface Enrollment.Service
-
- All Superinterfaces:
Maskable
,ResultLimitable
,Service
- Enclosing class:
- Enrollment
@ApiService("SoftLayer_Catalyst_Enrollment") public static interface Enrollment.Service extends Service
- See Also:
- SoftLayer_Catalyst_Enrollment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Enrollment.ServiceAsync
asAsync()
Get an async version of this serviceAccount
getAccount()
Affiliate
getAffiliate()
List<Affiliate>
getAffiliates()
Type
getCompanyType()
List<Type>
getCompanyTypes()
List<AnswerOption>
getEnrollmentRequestAnnualRevenueOptions()
List<AnswerOption>
getEnrollmentRequestUserCountOptions()
List<AnswerOption>
getEnrollmentRequestYearsInOperationOptions()
Boolean
getIsActiveFlag()
Enrollment
getObject()
Employee
getRepresentative()
Void
requestManualEnrollment(ManualEnrollmentRequest request)
Account
requestSelfEnrollment(Request enrollmentRequest)
void
setMask(Enrollment.Mask mask)
Enrollment.Mask
withMask()
Use the existing mask on this service or create it if not presentEnrollment.Mask
withNewMask()
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
Enrollment.ServiceAsync asAsync()
Description copied from interface:Service
Get an async version of this service
-
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
@ApiMethod List<Affiliate> getAffiliates()
-
getCompanyTypes
@ApiMethod List<Type> getCompanyTypes()
-
getEnrollmentRequestAnnualRevenueOptions
@ApiMethod List<AnswerOption> getEnrollmentRequestAnnualRevenueOptions()
-
getEnrollmentRequestUserCountOptions
@ApiMethod List<AnswerOption> getEnrollmentRequestUserCountOptions()
-
getEnrollmentRequestYearsInOperationOptions
@ApiMethod List<AnswerOption> getEnrollmentRequestYearsInOperationOptions()
-
getObject
@ApiMethod(instanceRequired=true) Enrollment getObject()
- See Also:
- SoftLayer_Catalyst_Enrollment::getObject
-
requestManualEnrollment
@ApiMethod Void requestManualEnrollment(ManualEnrollmentRequest request)
-
requestSelfEnrollment
@ApiMethod Account requestSelfEnrollment(Request enrollmentRequest)
-
getAccount
@ApiMethod(instanceRequired=true) Account getAccount()
-
getAffiliate
@ApiMethod(instanceRequired=true) Affiliate getAffiliate()
-
getCompanyType
@ApiMethod(instanceRequired=true) Type getCompanyType()
-
getIsActiveFlag
@ApiMethod(instanceRequired=true) Boolean getIsActiveFlag()
-
getRepresentative
@ApiMethod(instanceRequired=true) Employee getRepresentative()
-
-