Uses of Class
cronapp.framework.customization.reports.GetReportContentResponse
-
Packages that use GetReportContentResponse Package Description cronapp.framework.customization.reports -
-
Uses of GetReportContentResponse in cronapp.framework.customization.reports
Fields in cronapp.framework.customization.reports with type parameters of type GetReportContentResponse Modifier and Type Field Description static io.grpc.MethodDescriptor<GetReportContentRequest,GetReportContentResponse>ReportCustomizationServiceGrpc. METHOD_GET_CONTENTDeprecated.Methods in cronapp.framework.customization.reports that return GetReportContentResponse Modifier and Type Method Description GetReportContentResponseGetReportContentResponse.Builder. build()GetReportContentResponseGetReportContentResponse.Builder. buildPartial()GetReportContentResponseReportCustomizationServiceGrpc.ReportCustomizationServiceBlockingStub. getContent(GetReportContentRequest request)static GetReportContentResponseGetReportContentResponse. getDefaultInstance()GetReportContentResponseGetReportContentResponse.Builder. getDefaultInstanceForType()GetReportContentResponseGetReportContentResponse. getDefaultInstanceForType()static GetReportContentResponseGetReportContentResponse. parseDelimitedFrom(InputStream input)static GetReportContentResponseGetReportContentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReportContentResponseGetReportContentResponse. parseFrom(byte[] data)static GetReportContentResponseGetReportContentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReportContentResponseGetReportContentResponse. parseFrom(com.google.protobuf.ByteString data)static GetReportContentResponseGetReportContentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReportContentResponseGetReportContentResponse. parseFrom(com.google.protobuf.CodedInputStream input)static GetReportContentResponseGetReportContentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReportContentResponseGetReportContentResponse. parseFrom(InputStream input)static GetReportContentResponseGetReportContentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReportContentResponseGetReportContentResponse. parseFrom(ByteBuffer data)static GetReportContentResponseGetReportContentResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in cronapp.framework.customization.reports that return types with arguments of type GetReportContentResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<GetReportContentResponse>ReportCustomizationServiceGrpc.ReportCustomizationServiceFutureStub. getContent(GetReportContentRequest request)static io.grpc.MethodDescriptor<GetReportContentRequest,GetReportContentResponse>ReportCustomizationServiceGrpc. getGetContentMethod()com.google.protobuf.Parser<GetReportContentResponse>GetReportContentResponse. getParserForType()static com.google.protobuf.Parser<GetReportContentResponse>GetReportContentResponse. parser()Methods in cronapp.framework.customization.reports with parameters of type GetReportContentResponse Modifier and Type Method Description GetReportContentResponse.BuilderGetReportContentResponse.Builder. mergeFrom(GetReportContentResponse other)static GetReportContentResponse.BuilderGetReportContentResponse. newBuilder(GetReportContentResponse prototype)Method parameters in cronapp.framework.customization.reports with type arguments of type GetReportContentResponse Modifier and Type Method Description voidReportCustomizationServiceGrpc.ReportCustomizationServiceImplBase. getContent(GetReportContentRequest request, io.grpc.stub.StreamObserver<GetReportContentResponse> responseObserver)voidReportCustomizationServiceGrpc.ReportCustomizationServiceStub. getContent(GetReportContentRequest request, io.grpc.stub.StreamObserver<GetReportContentResponse> responseObserver)
-