Package odata.msgraph.client.beta.entity
Class TenantSetupInfo
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.TenantSetupInfo
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class TenantSetupInfo extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTenantSetupInfo.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanfirstTimeSetupprotected List<String>relevantRolesSettingsprotected StringrelevantRolesSettingsNextLinkprotected SetupStatussetupStatusprotected BooleanskipSetupprotected StringuserRolesActions-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTenantSetupInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TenantSetupInfo.BuilderbuilderTenantSetupInfo()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.ChangedFieldsgetChangedFields()PrivilegedRoleSettingsRequestgetDefaultRolesSettings()Optional<Boolean>getFirstTimeSetup()com.github.davidmoten.odata.client.CollectionPage<String>getRelevantRolesSettings()com.github.davidmoten.odata.client.CollectionPage<String>getRelevantRolesSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<SetupStatus>getSetupStatus()Optional<Boolean>getSkipSetup()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<String>getUserRolesActions()StringodataTypeName()TenantSetupInfopatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)TenantSetupInfoput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()TenantSetupInfowithFirstTimeSetup(Boolean firstTimeSetup)TenantSetupInfowithRelevantRolesSettings(List<String> relevantRolesSettings)TenantSetupInfowithSetupStatus(SetupStatus setupStatus)TenantSetupInfowithSkipSetup(Boolean skipSetup)TenantSetupInfowithUnmappedField(String name, String value)TenantSetupInfowithUserRolesActions(String userRolesActions)
-
-
-
Field Detail
-
firstTimeSetup
protected Boolean firstTimeSetup
-
relevantRolesSettingsNextLink
protected String relevantRolesSettingsNextLink
-
setupStatus
protected SetupStatus setupStatus
-
skipSetup
protected Boolean skipSetup
-
userRolesActions
protected String userRolesActions
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderTenantSetupInfo
public static TenantSetupInfo.Builder builderTenantSetupInfo()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withFirstTimeSetup
public TenantSetupInfo withFirstTimeSetup(Boolean firstTimeSetup)
-
getRelevantRolesSettings
public com.github.davidmoten.odata.client.CollectionPage<String> getRelevantRolesSettings()
-
withRelevantRolesSettings
public TenantSetupInfo withRelevantRolesSettings(List<String> relevantRolesSettings)
-
getRelevantRolesSettings
public com.github.davidmoten.odata.client.CollectionPage<String> getRelevantRolesSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getSetupStatus
public Optional<SetupStatus> getSetupStatus()
-
withSetupStatus
public TenantSetupInfo withSetupStatus(SetupStatus setupStatus)
-
withSkipSetup
public TenantSetupInfo withSkipSetup(Boolean skipSetup)
-
withUserRolesActions
public TenantSetupInfo withUserRolesActions(String userRolesActions)
-
withUnmappedField
public TenantSetupInfo withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getDefaultRolesSettings
public PrivilegedRoleSettingsRequest getDefaultRolesSettings()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public TenantSetupInfo patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public TenantSetupInfo put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-