public class TenantSetupInfo extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
TenantSetupInfo.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
firstTimeSetup |
protected List<String> |
relevantRolesSettings |
protected String |
relevantRolesSettingsNextLink |
protected SetupStatus |
setupStatus |
protected Boolean |
skipSetup |
protected String |
userRolesActions |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
TenantSetupInfo() |
| Modifier and Type | Method and Description |
|---|---|
static TenantSetupInfo.Builder |
builderTenantSetupInfo()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
PrivilegedRoleSettingsRequest |
getDefaultRolesSettings() |
Optional<Boolean> |
getFirstTimeSetup() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getRelevantRolesSettings() |
Optional<SetupStatus> |
getSetupStatus() |
Optional<Boolean> |
getSkipSetup() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUserRolesActions() |
String |
odataTypeName() |
TenantSetupInfo |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
TenantSetupInfo |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
TenantSetupInfo |
withFirstTimeSetup(Boolean firstTimeSetup) |
TenantSetupInfo |
withSetupStatus(SetupStatus setupStatus) |
TenantSetupInfo |
withSkipSetup(Boolean skipSetup) |
TenantSetupInfo |
withUserRolesActions(String userRolesActions) |
protected String userRolesActions
protected Boolean firstTimeSetup
protected String relevantRolesSettingsNextLink
protected Boolean skipSetup
protected SetupStatus setupStatus
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static TenantSetupInfo.Builder builderTenantSetupInfo()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic TenantSetupInfo withUserRolesActions(String userRolesActions)
public TenantSetupInfo withFirstTimeSetup(Boolean firstTimeSetup)
public com.github.davidmoten.odata.client.CollectionPage<String> getRelevantRolesSettings()
public TenantSetupInfo withSkipSetup(Boolean skipSetup)
public Optional<SetupStatus> getSetupStatus()
public TenantSetupInfo withSetupStatus(SetupStatus setupStatus)
public PrivilegedRoleSettingsRequest getDefaultRolesSettings()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic TenantSetupInfo patch()
this with changed fields reset.public TenantSetupInfo put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.