dev.fitko.fitconnect.api.domain.zbp.state.PublicServiceName Maven / Gradle / Ivy
package dev.fitko.fitconnect.api.domain.zbp.state;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Value;
@Value
public class PublicServiceName {
@JsonProperty("de")
String serviceName;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy