All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cx.restclient.sca.dto.CxSCAScanApiConfigEntry Maven / Gradle / Ivy

There is a newer version: 2024.3.26
Show newest version
package com.cx.restclient.sca.dto;
import lombok.Builder;
import lombok.Getter;

@Builder
@Getter
public class CxSCAScanApiConfigEntry implements ScanAPIConfigEntry {
    private String type;
    private CxSCAScanAPIConfig value;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy