Class ReportCustomizationServiceGrpc.ReportCustomizationServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<ReportCustomizationServiceGrpc.ReportCustomizationServiceBlockingStub>
-
- cronapp.framework.customization.reports.ReportCustomizationServiceGrpc.ReportCustomizationServiceBlockingStub
-
- Enclosing class:
- ReportCustomizationServiceGrpc
public static final class ReportCustomizationServiceGrpc.ReportCustomizationServiceBlockingStub extends io.grpc.stub.AbstractStub<ReportCustomizationServiceGrpc.ReportCustomizationServiceBlockingStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ReportCustomizationServiceGrpc.ReportCustomizationServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)GetReportContentResponsegetContent(GetReportContentRequest request)IsReportCustomizableResponseisCustomizable(IsReportCustomizableRequest request)SaveReportContentResponsesaveContent(SaveReportContentRequest request)
-
-
-
Method Detail
-
build
protected ReportCustomizationServiceGrpc.ReportCustomizationServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ReportCustomizationServiceGrpc.ReportCustomizationServiceBlockingStub>
-
isCustomizable
public IsReportCustomizableResponse isCustomizable(IsReportCustomizableRequest request)
-
getContent
public GetReportContentResponse getContent(GetReportContentRequest request)
-
saveContent
public SaveReportContentResponse saveContent(SaveReportContentRequest request)
-
-