Package com.testingbot.models
Class TestingbotTeamCredentialReset
- java.lang.Object
-
- com.testingbot.models.TestingbotTeamCredentialReset
-
- All Implemented Interfaces:
java.io.Serializable
public class TestingbotTeamCredentialReset extends java.lang.Object implements java.io.SerializableResponse from resetting a team user's API keys; carries the newclient_key.- Since:
- 1.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestingbotTeamCredentialReset()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClientKey()booleanisSuccess()voidsetClientKey(java.lang.String clientKey)voidsetSuccess(boolean success)
-