Uses of Class
odata.msgraph.client.beta.enums.DevicePlatformType
-
-
Uses of DevicePlatformType in microsoft.graph.search.complex
Fields in microsoft.graph.search.complex declared as DevicePlatformType Modifier and Type Field Description protected DevicePlatformTypeAnswerVariant. platformMethods in microsoft.graph.search.complex that return types with arguments of type DevicePlatformType Modifier and Type Method Description Optional<DevicePlatformType>AnswerVariant. getPlatform()Methods in microsoft.graph.search.complex with parameters of type DevicePlatformType Modifier and Type Method Description AnswerVariant.BuilderAnswerVariant.Builder. platform(DevicePlatformType platform)AnswerVariantAnswerVariant. withPlatform(DevicePlatformType platform) -
Uses of DevicePlatformType in microsoft.graph.search.entity
Fields in microsoft.graph.search.entity with type parameters of type DevicePlatformType Modifier and Type Field Description protected List<DevicePlatformType>Bookmark. platformsprotected List<DevicePlatformType>Qna. platformsMethods in microsoft.graph.search.entity that return types with arguments of type DevicePlatformType Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DevicePlatformType>Bookmark. getPlatforms()com.github.davidmoten.odata.client.CollectionPage<DevicePlatformType>Bookmark. getPlatforms(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<DevicePlatformType>Qna. getPlatforms()com.github.davidmoten.odata.client.CollectionPage<DevicePlatformType>Qna. getPlatforms(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.graph.search.entity with parameters of type DevicePlatformType Modifier and Type Method Description Bookmark.BuilderBookmark.Builder. platforms(DevicePlatformType... platforms)Qna.BuilderQna.Builder. platforms(DevicePlatformType... platforms)Method parameters in microsoft.graph.search.entity with type arguments of type DevicePlatformType Modifier and Type Method Description Bookmark.BuilderBookmark.Builder. platforms(List<DevicePlatformType> platforms)Qna.BuilderQna.Builder. platforms(List<DevicePlatformType> platforms)BookmarkBookmark. withPlatforms(List<DevicePlatformType> platforms)QnaQna. withPlatforms(List<DevicePlatformType> platforms) -
Uses of DevicePlatformType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as DevicePlatformType Modifier and Type Field Description protected DevicePlatformTypeAssignmentFilterEvaluationSummary. assignmentFilterPlatformprotected DevicePlatformTypeAssignmentFilterEvaluateRequest. platformprotected DevicePlatformTypeCompanyPortalBlockedAction. platformMethods in odata.msgraph.client.beta.complex that return types with arguments of type DevicePlatformType Modifier and Type Method Description Optional<DevicePlatformType>AssignmentFilterEvaluationSummary. getAssignmentFilterPlatform()“The platform for which this assignment filter is created.”Optional<DevicePlatformType>AssignmentFilterEvaluateRequest. getPlatform()“Platform type of the devices on which the Assignment Filter will be applicable.”Optional<DevicePlatformType>CompanyPortalBlockedAction. getPlatform()“Device OS/Platform”Methods in odata.msgraph.client.beta.complex with parameters of type DevicePlatformType Modifier and Type Method Description AssignmentFilterEvaluationSummary.BuilderAssignmentFilterEvaluationSummary.Builder. assignmentFilterPlatform(DevicePlatformType assignmentFilterPlatform)“The platform for which this assignment filter is created.”AssignmentFilterEvaluateRequest.BuilderAssignmentFilterEvaluateRequest.Builder. platform(DevicePlatformType platform)“Platform type of the devices on which the Assignment Filter will be applicable.”CompanyPortalBlockedAction.BuilderCompanyPortalBlockedAction.Builder. platform(DevicePlatformType platform)“Device OS/Platform”AssignmentFilterEvaluationSummaryAssignmentFilterEvaluationSummary. withAssignmentFilterPlatform(DevicePlatformType assignmentFilterPlatform)Returns an immutable copy ofthiswith just theassignmentFilterPlatformfield changed.AssignmentFilterEvaluateRequestAssignmentFilterEvaluateRequest. withPlatform(DevicePlatformType platform)Returns an immutable copy ofthiswith just theplatformfield changed.CompanyPortalBlockedActionCompanyPortalBlockedAction. withPlatform(DevicePlatformType platform)Returns an immutable copy ofthiswith just theplatformfield changed. -
Uses of DevicePlatformType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DevicePlatformType Modifier and Type Field Description protected DevicePlatformTypeManagedDeviceCertificateState. devicePlatformprotected DevicePlatformTypeAppleUserInitiatedEnrollmentProfile. platformprotected DevicePlatformTypeDeviceAndAppManagementAssignmentFilter. platformFields in odata.msgraph.client.beta.entity with type parameters of type DevicePlatformType Modifier and Type Field Description protected List<DevicePlatformType>ManagementCondition. applicablePlatformsprotected List<DevicePlatformType>ManagementConditionStatement. applicablePlatformsMethods in odata.msgraph.client.beta.entity that return types with arguments of type DevicePlatformType Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DevicePlatformType>ManagementCondition. getApplicablePlatforms()“The applicable platforms for this management condition.”com.github.davidmoten.odata.client.CollectionPage<DevicePlatformType>ManagementCondition. getApplicablePlatforms(com.github.davidmoten.odata.client.HttpRequestOptions options)“The applicable platforms for this management condition.”com.github.davidmoten.odata.client.CollectionPage<DevicePlatformType>ManagementConditionStatement. getApplicablePlatforms()“This is calculated from looking the management conditions associated to the management condition statement and finding the intersection of applicable platforms.”com.github.davidmoten.odata.client.CollectionPage<DevicePlatformType>ManagementConditionStatement. getApplicablePlatforms(com.github.davidmoten.odata.client.HttpRequestOptions options)“This is calculated from looking the management conditions associated to the management condition statement and finding the intersection of applicable platforms.”Optional<DevicePlatformType>ManagedDeviceCertificateState. getDevicePlatform()“Device platform”Optional<DevicePlatformType>AppleUserInitiatedEnrollmentProfile. getPlatform()“The platform of the Device.”Optional<DevicePlatformType>DeviceAndAppManagementAssignmentFilter. getPlatform()“Platform type of the devices on which the Assignment Filter will be applicable.”Methods in odata.msgraph.client.beta.entity with parameters of type DevicePlatformType Modifier and Type Method Description CircularGeofenceManagementCondition.BuilderCircularGeofenceManagementCondition.Builder. applicablePlatforms(DevicePlatformType... applicablePlatforms)ManagementConditionStatement.BuilderManagementConditionStatement.Builder. applicablePlatforms(DevicePlatformType... applicablePlatforms)“This is calculated from looking the management conditions associated to the management condition statement and finding the intersection of applicable platforms.”NetworkIPv4ConfigurationManagementCondition.BuilderNetworkIPv4ConfigurationManagementCondition.Builder. applicablePlatforms(DevicePlatformType... applicablePlatforms)NetworkIPv6ConfigurationManagementCondition.BuilderNetworkIPv6ConfigurationManagementCondition.Builder. applicablePlatforms(DevicePlatformType... applicablePlatforms)ManagedDeviceCertificateState.BuilderManagedDeviceCertificateState.Builder. devicePlatform(DevicePlatformType devicePlatform)“Device platform”AppleUserInitiatedEnrollmentProfile.BuilderAppleUserInitiatedEnrollmentProfile.Builder. platform(DevicePlatformType platform)“The platform of the Device.”DeviceAndAppManagementAssignmentFilter.BuilderDeviceAndAppManagementAssignmentFilter.Builder. platform(DevicePlatformType platform)“Platform type of the devices on which the Assignment Filter will be applicable.”PayloadCompatibleAssignmentFilter.BuilderPayloadCompatibleAssignmentFilter.Builder. platform(DevicePlatformType platform)ManagedDeviceCertificateStateManagedDeviceCertificateState. withDevicePlatform(DevicePlatformType devicePlatform)Returns an immutable copy ofthiswith just thedevicePlatformfield changed.AppleUserInitiatedEnrollmentProfileAppleUserInitiatedEnrollmentProfile. withPlatform(DevicePlatformType platform)Returns an immutable copy ofthiswith just theplatformfield changed.DeviceAndAppManagementAssignmentFilterDeviceAndAppManagementAssignmentFilter. withPlatform(DevicePlatformType platform)Returns an immutable copy ofthiswith just theplatformfield changed.Method parameters in odata.msgraph.client.beta.entity with type arguments of type DevicePlatformType Modifier and Type Method Description CircularGeofenceManagementCondition.BuilderCircularGeofenceManagementCondition.Builder. applicablePlatforms(List<DevicePlatformType> applicablePlatforms)ManagementConditionStatement.BuilderManagementConditionStatement.Builder. applicablePlatforms(List<DevicePlatformType> applicablePlatforms)“This is calculated from looking the management conditions associated to the management condition statement and finding the intersection of applicable platforms.”NetworkIPv4ConfigurationManagementCondition.BuilderNetworkIPv4ConfigurationManagementCondition.Builder. applicablePlatforms(List<DevicePlatformType> applicablePlatforms)NetworkIPv6ConfigurationManagementCondition.BuilderNetworkIPv6ConfigurationManagementCondition.Builder. applicablePlatforms(List<DevicePlatformType> applicablePlatforms)ManagementConditionManagementCondition. withApplicablePlatforms(List<DevicePlatformType> applicablePlatforms)Returns an immutable copy ofthiswith just theapplicablePlatformsfield changed.ManagementConditionStatementManagementConditionStatement. withApplicablePlatforms(List<DevicePlatformType> applicablePlatforms)Returns an immutable copy ofthiswith just theapplicablePlatformsfield changed. -
Uses of DevicePlatformType in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request with parameters of type DevicePlatformType Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ManagementCondition>ManagementConditionCollectionRequest. getManagementConditionsForPlatform(DevicePlatformType platform)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ManagementConditionStatement>ManagementConditionStatementCollectionRequest. getManagementConditionStatementsForPlatform(DevicePlatformType platform)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<AssignmentFilterSupportedProperty>DeviceAndAppManagementAssignmentFilterCollectionRequest. getPlatformSupportedProperties(DevicePlatformType platform) -
Uses of DevicePlatformType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DevicePlatformType Modifier and Type Method Description static DevicePlatformTypeDevicePlatformType. valueOf(String name)Returns the enum constant of this type with the specified name.static DevicePlatformType[]DevicePlatformType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-