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 boolean
canEqual(Object other)
boolean
equals(Object o)
int
hashCode()
-
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:
equals
in classMPResource
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqual
in classMPResource
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classMPResource
-
-