public class AsciiResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AsciiResponse.Type |
| Modifier and Type | Field and Description |
|---|---|
static AsciiResponse |
DELETED |
static AsciiResponse |
EXISTS |
static AsciiResponse |
NOT_FOUND |
static AsciiResponse |
NOT_STORED |
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 final AsciiResponse.Type type
protected AsciiResponse(AsciiResponse.Type type)
Copyright © 2017 Spotify AB. All rights reserved.