Class UnauthorizedResponse
- java.lang.Object
-
- nl.b3p.tailormap.api.viewer.model.UnauthorizedResponse
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class UnauthorizedResponse extends Object implements SerializableReturned when calling an API for which you are required to be authorized (logged in).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnauthorizedResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetUnauthorized()Get unauthorizedinthashCode()voidsetUnauthorized(Boolean unauthorized)StringtoString()UnauthorizedResponseunauthorized(Boolean unauthorized)
-
-
-
Method Detail
-
unauthorized
public UnauthorizedResponse unauthorized(Boolean unauthorized)
-
getUnauthorized
public Boolean getUnauthorized()
Get unauthorized- Returns:
- unauthorized
-
setUnauthorized
public void setUnauthorized(Boolean unauthorized)
-
-