| Package | Description |
|---|---|
| be.feelio.mollie.data.profile |
| Modifier and Type | Method and Description |
|---|---|
ProfileStatus |
ProfileResponse.getStatus() |
static ProfileStatus |
ProfileStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileStatus[] |
ProfileStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileResponse.setStatus(ProfileStatus status) |
ProfileResponse.ProfileResponseBuilder |
ProfileResponse.ProfileResponseBuilder.status(ProfileStatus status) |
| Constructor and Description |
|---|
ProfileResponse(String resource,
String id,
String name,
String website,
String mode,
String email,
String phone,
int categoryCode,
ProfileStatus status,
ProfileReviewResponse review,
Date createdAt,
ProfileLinks links) |
Copyright © 2020. All rights reserved.