
uk.co.mruoc.camunda.client.header.HeaderConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camunda-rest-client Show documentation
Show all versions of camunda-rest-client Show documentation
Template repo to speed up creating new library projects
The newest version!
package uk.co.mruoc.camunda.client.header;
import lombok.AccessLevel;
import lombok.NoArgsConstructor;
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public class HeaderConstants {
public static final String CONTENT_TYPE_NAME = "Content-Type";
public static final String ACCEPT_NAME = "Accept";
public static final String APPLICATION_JSON = "application/json";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy