public abstract class FreeLicenseRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FreeLicenseRequest.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_COMPANY |
static String |
FIELD_EMAIL |
static String |
FIELD_FIRST_NAME |
static String |
FIELD_LAST_NAME |
static String |
FIELD_PHONE |
| Constructor and Description |
|---|
FreeLicenseRequest() |
| Modifier and Type | Method and Description |
|---|---|
static FreeLicenseRequest.Builder |
builder() |
abstract @NotBlank String |
company() |
abstract @NotBlank @Email String |
email() |
abstract @NotBlank String |
firstName() |
abstract @NotBlank String |
lastName() |
abstract @NotBlank String |
phone() |
public static final String FIELD_FIRST_NAME
public static final String FIELD_LAST_NAME
public static final String FIELD_EMAIL
public static final String FIELD_PHONE
public static final String FIELD_COMPANY
@NotBlank public abstract @NotBlank String firstName()
@NotBlank public abstract @NotBlank String lastName()
@NotBlank @Email public abstract @NotBlank @Email String email()
@NotBlank public abstract @NotBlank String phone()
@NotBlank public abstract @NotBlank String company()
public static FreeLicenseRequest.Builder builder()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.