Package video.api.client.api.models
Class AuthenticatePayload
- java.lang.Object
-
- video.api.client.api.models.AuthenticatePayload
-
- All Implemented Interfaces:
Serializable
public class AuthenticatePayload extends Object implements Serializable
AuthenticatePayload- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_API_KEY
-
Constructor Summary
Constructors Constructor Description AuthenticatePayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticatePayloadapiKey(String apiKey)booleanequals(Object o)StringgetApiKey()Your account API key.inthashCode()voidsetApiKey(String apiKey)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_API_KEY
public static final String SERIALIZED_NAME_API_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
apiKey
public AuthenticatePayload apiKey(String apiKey)
-
getApiKey
public String getApiKey()
Your account API key. You can use your sandbox API key, or you can use your production API key.- Returns:
- apiKey
-
setApiKey
public void setApiKey(String apiKey)
-
-