Uses of Class
com.oracle.bmc.apmtraces.model.AttributeResponse.OperationType
-
Packages that use AttributeResponse.OperationType Package Description com.oracle.bmc.apmtraces.model -
-
Uses of AttributeResponse.OperationType in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return AttributeResponse.OperationType Modifier and Type Method Description static AttributeResponse.OperationTypeAttributeResponse.OperationType. create(String key)AttributeResponse.OperationTypeAttributeResponse. getOperationType()Type of operation - activate or deactivate.static AttributeResponse.OperationTypeAttributeResponse.OperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeResponse.OperationType[]AttributeResponse.OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apmtraces.model with parameters of type AttributeResponse.OperationType Modifier and Type Method Description AttributeResponse.BuilderAttributeResponse.Builder. operationType(AttributeResponse.OperationType operationType)Type of operation - activate or deactivate.Constructors in com.oracle.bmc.apmtraces.model with parameters of type AttributeResponse.OperationType Constructor Description AttributeResponse(String attributeName, AttributeResponse.AttributeType attributeType, AttributeResponse.Unit unit, String notes, AttributeResponse.OperationType operationType, AttributeResponse.AttributeNameSpace attributeNameSpace, AttributeResponse.AttributeStatus attributeStatus, Date timeUpdated)Deprecated.
-