public class AsciiResponse
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AsciiResponse.Type |
| Modifier and Type | Field and Description |
|---|---|
static AsciiResponse |
DELETED |
static AsciiResponse |
EMPTY_LIST |
static AsciiResponse |
ERROR |
static AsciiResponse |
EXISTS |
static AsciiResponse |
NOT_FOUND |
static AsciiResponse |
NOT_STORED |
static AsciiResponse |
OK |
static AsciiResponse |
STORED |
static AsciiResponse |
TOUCHED |
AsciiResponse.Type |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
AsciiResponse(AsciiResponse.Type type) |
public static final AsciiResponse STORED
public static final AsciiResponse EXISTS
public static final AsciiResponse DELETED
public static final AsciiResponse NOT_FOUND
public static final AsciiResponse NOT_STORED
public static final AsciiResponse TOUCHED
public static final AsciiResponse OK
public static final AsciiResponse EMPTY_LIST
public static final AsciiResponse ERROR
public final AsciiResponse.Type type
protected AsciiResponse(AsciiResponse.Type type)
Copyright © 2020 Spotify AB. All Rights Reserved.