Uses of Class
odata.msgraph.client.complex.ModifiedProperty
-
Packages that use ModifiedProperty Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ModifiedProperty in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type ModifiedProperty Modifier and Type Field Description protected List<ModifiedProperty>TargetResource. modifiedPropertiesMethods in odata.msgraph.client.complex that return ModifiedProperty Modifier and Type Method Description ModifiedPropertyModifiedProperty.Builder. build()ModifiedPropertyModifiedProperty. withDisplayName(String displayName)ModifiedPropertyModifiedProperty. withNewValue(String newValue)ModifiedPropertyModifiedProperty. withOldValue(String oldValue)ModifiedPropertyModifiedProperty. withUnmappedField(String name, String value)Methods in odata.msgraph.client.complex that return types with arguments of type ModifiedProperty Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ModifiedProperty>TargetResource. getModifiedProperties()com.github.davidmoten.odata.client.CollectionPage<ModifiedProperty>TargetResource. getModifiedProperties(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type ModifiedProperty Modifier and Type Method Description TargetResource.BuilderTargetResource.Builder. modifiedProperties(ModifiedProperty... modifiedProperties)Method parameters in odata.msgraph.client.complex with type arguments of type ModifiedProperty Modifier and Type Method Description TargetResource.BuilderTargetResource.Builder. modifiedProperties(List<ModifiedProperty> modifiedProperties) -
Uses of ModifiedProperty in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type ModifiedProperty Modifier and Type Field Description protected List<ModifiedProperty>ProvisioningObjectSummary. modifiedPropertiesMethods in odata.msgraph.client.entity that return types with arguments of type ModifiedProperty Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ModifiedProperty>ProvisioningObjectSummary. getModifiedProperties()com.github.davidmoten.odata.client.CollectionPage<ModifiedProperty>ProvisioningObjectSummary. getModifiedProperties(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type ModifiedProperty Modifier and Type Method Description ProvisioningObjectSummary.BuilderProvisioningObjectSummary.Builder. modifiedProperties(ModifiedProperty... modifiedProperties)Method parameters in odata.msgraph.client.entity with type arguments of type ModifiedProperty Modifier and Type Method Description ProvisioningObjectSummary.BuilderProvisioningObjectSummary.Builder. modifiedProperties(List<ModifiedProperty> modifiedProperties)ProvisioningObjectSummaryProvisioningObjectSummary. withModifiedProperties(List<ModifiedProperty> modifiedProperties)
-