Interface Invitation.Service
-
- All Superinterfaces:
Maskable
,ResultLimitable
,Service
- Enclosing class:
- Invitation
@ApiService("SoftLayer_User_Customer_Invitation") public static interface Invitation.Service extends Service
- See Also:
- SoftLayer_User_Customer_Invitation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Invitation.ServiceAsync
asAsync()
Get an async version of this serviceInvitation
getObject()
Customer
getUser()
void
setMask(Invitation.Mask mask)
Invitation.Mask
withMask()
Use the existing mask on this service or create it if not presentInvitation.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
Invitation.ServiceAsync asAsync()
Description copied from interface:Service
Get an async version of this service
-
withNewMask
Invitation.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
Invitation.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(Invitation.Mask mask)
-
getObject
@ApiMethod(instanceRequired=true) Invitation getObject()
-
getUser
@ApiMethod(instanceRequired=true) Customer getUser()
-
-