| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected SetupStatus |
TenantSetupInfo.setupStatus |
protected SetupStatus |
PrivilegedSignupStatus.status |
| Modifier and Type | Method and Description |
|---|---|
Optional<SetupStatus> |
TenantSetupInfo.getSetupStatus() |
Optional<SetupStatus> |
PrivilegedSignupStatus.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
TenantSetupInfo.Builder |
TenantSetupInfo.Builder.setupStatus(SetupStatus setupStatus) |
PrivilegedSignupStatus.Builder |
PrivilegedSignupStatus.Builder.status(SetupStatus status) |
TenantSetupInfo |
TenantSetupInfo.withSetupStatus(SetupStatus setupStatus) |
PrivilegedSignupStatus |
PrivilegedSignupStatus.withStatus(SetupStatus status) |
| Modifier and Type | Method and Description |
|---|---|
static SetupStatus |
SetupStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetupStatus[] |
SetupStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.