Interface IEntityDeleteOperations<T extends ResourceBase>
- All Known Subinterfaces:
IApplicationConsent,IConfigurationPolicy,ICustomer,ICustomerUser,IDevice,IUserMember
- All Known Implementing Classes:
ApplicationConsentOperations,ConfigurationPolicyOperations,CustomerOperations,CustomerUserOperations,DeviceOperations,UserMemberOperations
public interface IEntityDeleteOperations<T extends ResourceBase>
Groups operations for getting a single entity. The entity type.
-
Method Summary
Modifier and Type Method Description voiddelete()Deletes an entity.
-
Method Details
-
delete
void delete()Deletes an entity.
-