Uses of Class
odata.msgraph.client.beta.complex.AssignmentFilterSupportedProperty
-
-
Uses of AssignmentFilterSupportedProperty in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return AssignmentFilterSupportedProperty Modifier and Type Method Description AssignmentFilterSupportedPropertyAssignmentFilterSupportedProperty.Builder. build()AssignmentFilterSupportedPropertyAssignmentFilterSupportedProperty. withDataType(String dataType)Returns an immutable copy ofthiswith just thedataTypefield changed.AssignmentFilterSupportedPropertyAssignmentFilterSupportedProperty. withIsCollection(Boolean isCollection)Returns an immutable copy ofthiswith just theisCollectionfield changed.AssignmentFilterSupportedPropertyAssignmentFilterSupportedProperty. withName(String name)Returns an immutable copy ofthiswith just thenamefield changed.AssignmentFilterSupportedPropertyAssignmentFilterSupportedProperty. withPropertyRegexConstraint(String propertyRegexConstraint)Returns an immutable copy ofthiswith just thepropertyRegexConstraintfield changed.AssignmentFilterSupportedPropertyAssignmentFilterSupportedProperty. withUnmappedField(String name, String value) -
Uses of AssignmentFilterSupportedProperty in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return types with arguments of type AssignmentFilterSupportedProperty Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<AssignmentFilterSupportedProperty>DeviceAndAppManagementAssignmentFilter. getSupportedProperties() -
Uses of AssignmentFilterSupportedProperty in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type AssignmentFilterSupportedProperty Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<AssignmentFilterSupportedProperty>DeviceAndAppManagementAssignmentFilterCollectionRequest. getPlatformSupportedProperties(DevicePlatformType platform) -
Uses of AssignmentFilterSupportedProperty in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type AssignmentFilterSupportedProperty Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<AssignmentFilterSupportedProperty>DeviceAndAppManagementAssignmentFilterRequest. getSupportedProperties()
-