Uses of Record Class
cloud.quasarch.akash.impl.model.remote.Bid
Packages that use Bid
-
Uses of Bid in cloud.quasarch.akash.impl
Methods in cloud.quasarch.akash.impl that return types with arguments of type BidModifier and TypeMethodDescriptionio.vavr.control.Either<OperationFailure,Bid> Akash.getBid(String owner, String deploymentSequence, String groupSequence, String orderSequence, String providerId) io.vavr.control.Either<OperationFailure,Bid> AkashClient.getBid(String owner, String deploymentSequence, String groupSequence, String orderSequence, String providerId) io.vavr.control.Either<OperationFailure,Iterable<Bid>> Akash.listBids(String owner, String deploymentSequence, String groupSequence, String oSeq, String providerId, String state) Get the list of bids based on a set of filters.io.vavr.control.Either<OperationFailure,Iterable<Bid>> AkashClient.listBids(String owner, String deploymentSequence, String groupSequence, String oSeq, String providerId, String state) -
Uses of Bid in cloud.quasarch.akash.impl.model.remote
Methods in cloud.quasarch.akash.impl.model.remote that return types with arguments of type BidModifier and TypeMethodDescriptionListBidResponse.bids()Returns the value of thebidsrecord component.Constructor parameters in cloud.quasarch.akash.impl.model.remote with type arguments of type BidModifierConstructorDescriptionListBidResponse(Iterable<Bid> bids, PageInfo pagination) Creates an instance of aListBidResponserecord class.