Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 362 Bytes

File metadata and controls

19 lines (12 loc) · 362 Bytes

OperationEnum

Specifies the operation to perform. Use add to associate or remove to disassociate.

Example Usage

import com.cloudinary.account.provisioning.models.components.OperationEnum;

OperationEnum value = OperationEnum.ADD;

Values

Name Value
ADD add
REMOVE remove