Interface Question.Service
-
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Question
@ApiService("SoftLayer_User_Security_Question") public static interface Question.Service extends Service
Every user has an option of a secondary security login feature. This SoftLayer_User_Security_Question service provides a list of security questions.- See Also:
- SoftLayer_User_Security_Question
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Question.ServiceAsyncasAsync()Get an async version of this serviceList<Question>getAllObjects()Retrieve all viewable security questions.QuestiongetObject()getAllObjects retrieves all the SoftLayer_User_Security_Question objects where it is set to be viewable.voidsetMask(Question.Mask mask)Question.MaskwithMask()Use the existing mask on this service or create it if not presentQuestion.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
Question.ServiceAsync asAsync()
Description copied from interface:ServiceGet an async version of this service
-
withNewMask
Question.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
Question.Mask withMask()
Description copied from interface:MaskableUse the existing mask on this service or create it if not present
-
setMask
void setMask(Question.Mask mask)
-
getAllObjects
@ApiMethod List<Question> getAllObjects()
Retrieve all viewable security questions.
-
getObject
@ApiMethod(instanceRequired=true) Question getObject()
getAllObjects retrieves all the SoftLayer_User_Security_Question objects where it is set to be viewable.
-
-