Uses of Class
dev.vality.damsel.context.ObjectNotFound
Packages that use ObjectNotFound
-
Uses of ObjectNotFound in dev.vality.damsel.context
Fields in dev.vality.damsel.context declared as ObjectNotFoundModifier and TypeFieldDescriptionContextsSrv.Delete_result.ex1ContextsSrv.Get_result.ex1ContextsSrv.Put_result.ex1Methods in dev.vality.damsel.context that return ObjectNotFoundModifier and TypeMethodDescriptionObjectNotFound.deepCopy()ContextsSrv.Delete_result.getEx1()ContextsSrv.Get_result.getEx1()ContextsSrv.Put_result.getEx1()Methods in dev.vality.damsel.context with parameters of type ObjectNotFoundModifier and TypeMethodDescriptionintObjectNotFound.compareTo(ObjectNotFound other) booleanObjectNotFound.equals(ObjectNotFound that) ContextsSrv.Delete_result.setEx1(ObjectNotFound ex1) ContextsSrv.Get_result.setEx1(ObjectNotFound ex1) ContextsSrv.Put_result.setEx1(ObjectNotFound ex1) Methods in dev.vality.damsel.context that throw ObjectNotFoundModifier and TypeMethodDescriptionvoidvoidContextsSrv.AsyncClient.Delete_call.getResult()ContextsSrv.AsyncClient.Get_call.getResult()ContextsSrv.AsyncClient.Put_call.getResult()voidvoidvoidContextsSrv.Client.recvDelete()ContextsSrv.Client.recvGet()voidContextsSrv.Client.recvPut()Constructors in dev.vality.damsel.context with parameters of type ObjectNotFoundModifierConstructorDescriptionDelete_result(ObjectNotFound ex1, Forbidden ex2) Get_result(Value success, ObjectNotFound ex1) ObjectNotFound(ObjectNotFound other) Performs a deep copy on other.Put_result(ObjectNotFound ex1, Forbidden ex2)