All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.kohsuke.github.SCIMMember Maven / Gradle / Ivy

package org.kohsuke.github;

import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;

public class SCIMMember {
    @JsonProperty("value")
    public String value;

    @JsonInclude(JsonInclude.Include.NON_NULL)
    @JsonProperty("$ref")
    public String ref;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy