Uses of Class
odata.msgraph.client.complex.AuditProperty
-
Packages that use AuditProperty Package Description odata.msgraph.client.complex -
-
Uses of AuditProperty in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type AuditProperty Modifier and Type Field Description protected List<AuditProperty>AuditResource. modifiedPropertiesMethods in odata.msgraph.client.complex that return AuditProperty Modifier and Type Method Description AuditPropertyAuditProperty.Builder. build()AuditPropertyAuditProperty. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.AuditPropertyAuditProperty. withNewValue(String newValue)Returns an immutable copy ofthiswith just thenewValuefield changed.AuditPropertyAuditProperty. withOldValue(String oldValue)Returns an immutable copy ofthiswith just theoldValuefield changed.AuditPropertyAuditProperty. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type AuditProperty Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AuditProperty>AuditResource. getModifiedProperties()“List of modified properties.”com.github.davidmoten.odata.client.CollectionPage<AuditProperty>AuditResource. getModifiedProperties(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of modified properties.”Methods in odata.msgraph.client.complex with parameters of type AuditProperty Modifier and Type Method Description AuditResource.BuilderAuditResource.Builder. modifiedProperties(AuditProperty... modifiedProperties)“List of modified properties.”Method parameters in odata.msgraph.client.complex with type arguments of type AuditProperty Modifier and Type Method Description AuditResource.BuilderAuditResource.Builder. modifiedProperties(List<AuditProperty> modifiedProperties)“List of modified properties.”
-