Class GetConfigBlockBuilder
- java.lang.Object
 - 
- org.hyperledger.fabric.sdk.transaction.ProposalBuilder
 - 
- org.hyperledger.fabric.sdk.transaction.CSCCProposalBuilder
 - 
- org.hyperledger.fabric.sdk.transaction.GetConfigBlockBuilder
 
 
 
 
- 
public class GetConfigBlockBuilder extends CSCCProposalBuilder
 
- 
- 
Field Summary
- 
Fields inherited from class org.hyperledger.fabric.sdk.transaction.ProposalBuilder
ccType, context, request, transientMap 
 - 
 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GetConfigBlockBuilderchannelId(java.lang.String channelId)GetConfigBlockBuildercontext(TransactionContext context)static GetConfigBlockBuildernewBuilder()- 
Methods inherited from class org.hyperledger.fabric.sdk.transaction.CSCCProposalBuilder
build 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from class org.hyperledger.fabric.sdk.transaction.ProposalBuilder
args, ccType, chaincodeID, request 
 - 
 
 - 
 
- 
- 
Method Detail
- 
channelId
public GetConfigBlockBuilder channelId(java.lang.String channelId) throws ProposalException
- Throws:
 ProposalException
 
- 
context
public GetConfigBlockBuilder context(TransactionContext context)
- Overrides:
 contextin classCSCCProposalBuilder
 
- 
newBuilder
public static GetConfigBlockBuilder newBuilder()
 
 - 
 
 -