Uses of Enum
org.apache.olingo.commons.api.data.DeletedEntity.Reason
Packages that use DeletedEntity.Reason
Package
Description
Contains all the data objects of OData responses and OData requests
-
Uses of DeletedEntity.Reason in org.apache.olingo.commons.api.data
Methods in org.apache.olingo.commons.api.data that return DeletedEntity.ReasonModifier and TypeMethodDescriptionDeletedEntity.getReason()
Get reason for deletion.static DeletedEntity.Reason
Returns the enum constant of this type with the specified name.static DeletedEntity.Reason[]
DeletedEntity.Reason.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.olingo.commons.api.data with parameters of type DeletedEntity.ReasonModifier and TypeMethodDescriptionvoid
DeletedEntity.setReason
(DeletedEntity.Reason reason) Set reason for deletion.