Uses of Class
com.oracle.bmc.apmtraces.model.AttributeUnpinResponse.OperationType
-
Packages that use AttributeUnpinResponse.OperationType Package Description com.oracle.bmc.apmtraces.model -
-
Uses of AttributeUnpinResponse.OperationType in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return AttributeUnpinResponse.OperationType Modifier and Type Method Description static AttributeUnpinResponse.OperationTypeAttributeUnpinResponse.OperationType. create(String key)AttributeUnpinResponse.OperationTypeAttributeUnpinResponse. getOperationType()Type of operation - unpin.static AttributeUnpinResponse.OperationTypeAttributeUnpinResponse.OperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeUnpinResponse.OperationType[]AttributeUnpinResponse.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 AttributeUnpinResponse.OperationType Modifier and Type Method Description AttributeUnpinResponse.BuilderAttributeUnpinResponse.Builder. operationType(AttributeUnpinResponse.OperationType operationType)Type of operation - unpin.Constructors in com.oracle.bmc.apmtraces.model with parameters of type AttributeUnpinResponse.OperationType Constructor Description AttributeUnpinResponse(String attributeName, AttributeUnpinResponse.OperationType operationType, AttributeUnpinResponse.AttributeNameSpace attributeNameSpace, AttributeUnpinResponse.AttributeStatus attributeStatus, Date timeUpdated)Deprecated.
-