Uses of Class
de.hybris.y2ysync.rest.resources.DataStream
Packages that use DataStream
-
Uses of DataStream in de.hybris.y2ysync.rest
Methods in de.hybris.y2ysync.rest that return types with arguments of type DataStreamModifier and TypeMethodDescriptionY2YSyncRequestBuilder.findDataStreamByColumnsAndType(String columns, String type, boolean delete) Y2YSyncRequestBuilder.getDataStreams()Methods in de.hybris.y2ysync.rest with parameters of type DataStreamModifier and TypeMethodDescriptionvoidY2YSyncRequestBuilder.withDataStream(DataStream dataStream) -
Uses of DataStream in de.hybris.y2ysync.rest.resources
Methods in de.hybris.y2ysync.rest.resources that return types with arguments of type DataStreamConstructor parameters in de.hybris.y2ysync.rest.resources with type arguments of type DataStreamModifierConstructorDescriptionY2YSyncRequest(String syncExecutionId, String sourcePlatformUrl, List<DataStream> dataStreams) Y2YSyncRequest(String syncExecutionId, String sourcePlatformUrl, List<DataStream> dataStreams, Y2YSyncContext syncContext)