public interface ImageSearchConfigResponse
| Modifier and Type | Method and Description |
|---|---|
static ImageSearchConfigResponseBuilder |
builder() |
static ImageSearchConfigResponseBuilder |
builder(ImageSearchConfigResponse template) |
@NotNull ZonedDateTime |
getLastModifiedAt() |
@NotNull ImageSearchConfigStatus |
getStatus()
The image search activation status.
|
static ImageSearchConfigResponse |
of() |
static ImageSearchConfigResponse |
of(ImageSearchConfigResponse template) |
void |
setLastModifiedAt(ZonedDateTime lastModifiedAt) |
void |
setStatus(ImageSearchConfigStatus status) |
default <T> T |
withImageSearchConfigResponse(Function<ImageSearchConfigResponse,T> helper) |
@NotNull @NotNull ImageSearchConfigStatus getStatus()
The image search activation status.
@NotNull @NotNull ZonedDateTime getLastModifiedAt()
void setStatus(ImageSearchConfigStatus status)
void setLastModifiedAt(ZonedDateTime lastModifiedAt)
static ImageSearchConfigResponse of()
static ImageSearchConfigResponse of(ImageSearchConfigResponse template)
static ImageSearchConfigResponseBuilder builder()
static ImageSearchConfigResponseBuilder builder(ImageSearchConfigResponse template)
default <T> T withImageSearchConfigResponse(Function<ImageSearchConfigResponse,T> helper)