io.sphere.sdk.models.WithKey Maven / Gradle / Ivy
package io.sphere.sdk.models;
public interface WithKey {
public String getKey();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package io.sphere.sdk.models;
public interface WithKey {
public String getKey();
}