Class ResourceKeyId
- java.lang.Object
-
- com.commercetools.sync.commons.models.ResourceKeyId
-
- All Implemented Interfaces:
GraphQlBaseResource
public final class ResourceKeyId extends java.lang.Object implements GraphQlBaseResource
-
-
Constructor Summary
Constructors Constructor Description ResourceKeyId(java.lang.String key, java.lang.String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
java.lang.String
getKey()
-
-
-
Method Detail
-
getKey
public java.lang.String getKey()
-
getId
public java.lang.String getId()
- Specified by:
getId
in interfaceGraphQlBaseResource
-
-