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

edu.psu.swe.scim.spec.protocol.Constants Maven / Gradle / Ivy

There is a newer version: 2.22.4
Show newest version
package edu.psu.swe.scim.spec.protocol;

public final class Constants {

  private Constants() {
  }
  
  public static final String SCIM_CONTENT_TYPE = "application/scim+json";
  public static final String PATCH = "PATCH";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy