Package com.mercadopago.resources.oauth
Class RefreshOauthCredential
- java.lang.Object
-
- com.mercadopago.net.MPResource
-
- com.mercadopago.resources.oauth.OauthCredential
-
- com.mercadopago.resources.oauth.RefreshOauthCredential
-
public class RefreshOauthCredential extends OauthCredential
RefreshOauthCredential class.
-
-
Constructor Summary
Constructors Constructor Description RefreshOauthCredential()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)inthashCode()-
Methods inherited from class com.mercadopago.resources.oauth.OauthCredential
getAccessToken, getExpiresIn, getRefreshToken, getScope, getTokenType
-
Methods inherited from class com.mercadopago.net.MPResource
getResponse, setResponse, toString
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classMPResource
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classMPResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classMPResource
-
-