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

uk.co.mruoc.camunda.client.header.HeaderConstants Maven / Gradle / Ivy

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