Class OAuth2RequestKeyValue
java.lang.Object
dev.getelements.elements.sdk.model.auth.OAuth2RequestKeyValue
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOAuth2RequestKeyValue(String key, String value, boolean fromClient) OAuth2RequestKeyValue(String key, String value, boolean fromClient, boolean userId) -
Method Summary
-
Constructor Details
-
OAuth2RequestKeyValue
public OAuth2RequestKeyValue() -
OAuth2RequestKeyValue
-
OAuth2RequestKeyValue
-
-
Method Details
-
getKey
-
setKey
-
getValue
-
setValue
-
isFromClient
public boolean isFromClient() -
setFromClient
public void setFromClient(boolean fromClient) -
isUserId
public boolean isUserId() -
setUserId
public void setUserId(boolean userId) -
equals
-
hashCode
public int hashCode() -
toString
-