| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected DevicePlatformType |
CompanyPortalBlockedAction.platform |
| Modifier and Type | Method and Description |
|---|---|
Optional<DevicePlatformType> |
CompanyPortalBlockedAction.getPlatform()
“Device OS/Platform”
|
| Modifier and Type | Method and Description |
|---|---|
CompanyPortalBlockedAction.Builder |
CompanyPortalBlockedAction.Builder.platform(DevicePlatformType platform)
“Device OS/Platform”
|
CompanyPortalBlockedAction |
CompanyPortalBlockedAction.withPlatform(DevicePlatformType platform)
Returns an immutable copy of
this with just the platform field
changed. |
| Modifier and Type | Field and Description |
|---|---|
protected DevicePlatformType |
ManagedDeviceCertificateState.devicePlatform |
protected DevicePlatformType |
DeviceAndAppManagementAssignmentFilter.platform |
protected DevicePlatformType |
AppleUserInitiatedEnrollmentProfile.platform |
| Modifier and Type | Field and Description |
|---|---|
protected List<DevicePlatformType> |
ManagementCondition.applicablePlatforms |
protected List<DevicePlatformType> |
ManagementConditionStatement.applicablePlatforms |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<DevicePlatformType> |
ManagementCondition.getApplicablePlatforms()
“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> |
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(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> |
DeviceAndAppManagementAssignmentFilter.getPlatform()
“Platform type of the devices on which the Assignment Filter will be applicable.”
|
Optional<DevicePlatformType> |
AppleUserInitiatedEnrollmentProfile.getPlatform()
“The platform of the Device.”
|
| Modifier and Type | Method and Description |
|---|---|
ManagementConditionStatement.Builder |
ManagementConditionStatement.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.Builder |
NetworkIPv4ConfigurationManagementCondition.Builder.applicablePlatforms(DevicePlatformType... applicablePlatforms) |
NetworkIPv6ConfigurationManagementCondition.Builder |
NetworkIPv6ConfigurationManagementCondition.Builder.applicablePlatforms(DevicePlatformType... applicablePlatforms) |
CircularGeofenceManagementCondition.Builder |
CircularGeofenceManagementCondition.Builder.applicablePlatforms(DevicePlatformType... applicablePlatforms) |
ManagedDeviceCertificateState.Builder |
ManagedDeviceCertificateState.Builder.devicePlatform(DevicePlatformType devicePlatform)
“Device platform”
|
DeviceAndAppManagementAssignmentFilter.Builder |
DeviceAndAppManagementAssignmentFilter.Builder.platform(DevicePlatformType platform)
“Platform type of the devices on which the Assignment Filter will be applicable.”
|
AppleUserInitiatedEnrollmentProfile.Builder |
AppleUserInitiatedEnrollmentProfile.Builder.platform(DevicePlatformType platform)
“The platform of the Device.”
|
ManagedDeviceCertificateState |
ManagedDeviceCertificateState.withDevicePlatform(DevicePlatformType devicePlatform)
Returns an immutable copy of
this with just the devicePlatform
field changed. |
DeviceAndAppManagementAssignmentFilter |
DeviceAndAppManagementAssignmentFilter.withPlatform(DevicePlatformType platform)
Returns an immutable copy of
this with just the platform field
changed. |
AppleUserInitiatedEnrollmentProfile |
AppleUserInitiatedEnrollmentProfile.withPlatform(DevicePlatformType platform)
Returns an immutable copy of
this with just the platform field
changed. |
| Modifier and Type | Method and Description |
|---|---|
ManagementConditionStatement.Builder |
ManagementConditionStatement.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.Builder |
NetworkIPv4ConfigurationManagementCondition.Builder.applicablePlatforms(List<DevicePlatformType> applicablePlatforms) |
NetworkIPv6ConfigurationManagementCondition.Builder |
NetworkIPv6ConfigurationManagementCondition.Builder.applicablePlatforms(List<DevicePlatformType> applicablePlatforms) |
CircularGeofenceManagementCondition.Builder |
CircularGeofenceManagementCondition.Builder.applicablePlatforms(List<DevicePlatformType> applicablePlatforms) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ManagementCondition> |
ManagementConditionCollectionRequest.getManagementConditionsForPlatform(DevicePlatformType platform) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ManagementConditionStatement> |
ManagementConditionStatementCollectionRequest.getManagementConditionStatementsForPlatform(DevicePlatformType platform) |
| Modifier and Type | Method and Description |
|---|---|
static DevicePlatformType |
DevicePlatformType.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.
|
Copyright © 2018–2020. All rights reserved.