Class ApiHeader
- java.lang.Object
-
- com.inhousegreenhouse.ch.backend.model.api.ApiHeader
-
public final class ApiHeader extends java.lang.ObjectThis class represents a header of an API request.
-
-
Constructor Summary
Constructors Constructor Description ApiHeader(java.lang.String name, java.lang.String value)Constructs a new header.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of the header.java.lang.StringgetValue()Returns the value of the header.
-