Class ApiHeader
- java.lang.Object
-
- com.inhousegreenhouse.ch.backend.model.api.ApiHeader
-
public final class ApiHeader extends java.lang.Object
This 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.String
getName()
Returns the name of the header.java.lang.String
getValue()
Returns the value of the header.
-