Uses of Class
model.Processor
-
Packages that use Processor Package Description model -
-
Uses of Processor in model
Methods in model that return Processor Modifier and Type Method Description ProcessorProcessor. application(String application)ProcessorProcessor. applicationConfig(ProcessorApplicationConfig applicationConfig)ProcessorProcessor. createdAt(OffsetDateTime createdAt)ProcessorProcessor. defaultMerchantProfile(String defaultMerchantProfile)ProcessorProcessor. enabled(Boolean enabled)static ProcessorProcessor. fromJson(String jsonString)Create an instance of Processor given an JSON stringProcessorProcessor. id(String id)ProcessorProcessor. links(ProcessorLinks links)ProcessorProcessor. processor(String processor)ProcessorProcessor. systemConfig(ProcessorSystemConfig systemConfig)ProcessorProcessor. updatedAt(OffsetDateTime updatedAt)Methods in model that return types with arguments of type Processor Modifier and Type Method Description Set<Processor>ProcessorsListEmbedded. getProcessors()`Processors` objects.Methods in model with parameters of type Processor Modifier and Type Method Description ProcessorsListEmbeddedProcessorsListEmbedded. addProcessorsItem(Processor processorsItem)Method parameters in model with type arguments of type Processor Modifier and Type Method Description ProcessorsListEmbeddedProcessorsListEmbedded. processors(Set<Processor> processors)voidProcessorsListEmbedded. setProcessors(Set<Processor> processors)
-