Uses of Class
odata.msgraph.client.beta.entity.TenantSetupInfo
-
Packages that use TenantSetupInfo Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of TenantSetupInfo in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return TenantSetupInfo Modifier and Type Method Description TenantSetupInfoTenantSetupInfo.Builder. build()TenantSetupInfoTenantSetupInfo. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TenantSetupInfoTenantSetupInfo. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TenantSetupInfoTenantSetupInfo. withFirstTimeSetup(Boolean firstTimeSetup)TenantSetupInfoTenantSetupInfo. withRelevantRolesSettings(List<String> relevantRolesSettings)TenantSetupInfoTenantSetupInfo. withSetupStatus(SetupStatus setupStatus)TenantSetupInfoTenantSetupInfo. withSkipSetup(Boolean skipSetup)TenantSetupInfoTenantSetupInfo. withUnmappedField(String name, String value)TenantSetupInfoTenantSetupInfo. withUserRolesActions(String userRolesActions) -
Uses of TenantSetupInfo in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request with parameters of type TenantSetupInfo Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RoleSuccessStatistics>PrivilegedSignupStatusCollectionRequest. completeSetup(TenantSetupInfo tenantSetupInfo)
-