Uses of Class
odata.msgraph.client.beta.enums.OwnerType
-
Packages that use OwnerType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of OwnerType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as OwnerType Modifier and Type Field Description protected OwnerTypeCompanyPortalBlockedAction. ownerTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type OwnerType Modifier and Type Method Description Optional<OwnerType>CompanyPortalBlockedAction. getOwnerType()“Device ownership type”Methods in odata.msgraph.client.beta.complex with parameters of type OwnerType Modifier and Type Method Description CompanyPortalBlockedAction.BuilderCompanyPortalBlockedAction.Builder. ownerType(OwnerType ownerType)“Device ownership type”CompanyPortalBlockedActionCompanyPortalBlockedAction. withOwnerType(OwnerType ownerType)Returns an immutable copy ofthiswith just theownerTypefield changed. -
Uses of OwnerType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as OwnerType Modifier and Type Field Description protected OwnerTypeComanagementEligibleDevice. ownerTypeprotected OwnerTypeManagedDevice. ownerTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type OwnerType Modifier and Type Method Description Optional<OwnerType>ComanagementEligibleDevice. getOwnerType()“OwnerType”Optional<OwnerType>ManagedDevice. getOwnerType()“Ownership of the device.Methods in odata.msgraph.client.beta.entity with parameters of type OwnerType Modifier and Type Method Description ComanagementEligibleDevice.BuilderComanagementEligibleDevice.Builder. ownerType(OwnerType ownerType)“OwnerType”ManagedDevice.BuilderManagedDevice.Builder. ownerType(OwnerType ownerType)“Ownership of the device.WindowsManagedDevice.BuilderWindowsManagedDevice.Builder. ownerType(OwnerType ownerType)ComanagementEligibleDeviceComanagementEligibleDevice. withOwnerType(OwnerType ownerType)Returns an immutable copy ofthiswith just theownerTypefield changed.ManagedDeviceManagedDevice. withOwnerType(OwnerType ownerType)Returns an immutable copy ofthiswith just theownerTypefield changed. -
Uses of OwnerType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return OwnerType Modifier and Type Method Description static OwnerTypeOwnerType. valueOf(String name)Returns the enum constant of this type with the specified name.static OwnerType[]OwnerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-