| Package | Description |
|---|---|
| com.aquaticinformatics.aquarius.sdk.samples |
| Modifier and Type | Field and Description |
|---|---|
ServiceModel.UserType |
ServiceModel.PostUser.UserType |
ServiceModel.UserType |
ServiceModel.PutUser.UserType |
ServiceModel.UserType |
ServiceModel.PostUserV2.UserType |
ServiceModel.UserType |
ServiceModel.PutUserV2.UserType |
ServiceModel.UserType |
ServiceModel.User.UserType |
| Modifier and Type | Method and Description |
|---|---|
ServiceModel.UserType |
ServiceModel.PostUser.getUserType() |
ServiceModel.UserType |
ServiceModel.PutUser.getUserType() |
ServiceModel.UserType |
ServiceModel.PostUserV2.getUserType() |
ServiceModel.UserType |
ServiceModel.PutUserV2.getUserType() |
ServiceModel.UserType |
ServiceModel.User.getUserType() |
static ServiceModel.UserType |
ServiceModel.UserType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceModel.UserType[] |
ServiceModel.UserType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceModel.PostUser |
ServiceModel.PostUser.setUserType(ServiceModel.UserType value) |
ServiceModel.PutUser |
ServiceModel.PutUser.setUserType(ServiceModel.UserType value) |
ServiceModel.PostUserV2 |
ServiceModel.PostUserV2.setUserType(ServiceModel.UserType value) |
ServiceModel.PutUserV2 |
ServiceModel.PutUserV2.setUserType(ServiceModel.UserType value) |
ServiceModel.User |
ServiceModel.User.setUserType(ServiceModel.UserType value) |
Copyright © 2022. All rights reserved.