com.cx.restclient.sca.dto.CxSCAScanApiConfigEntry Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cx-client-common Show documentation
Show all versions of cx-client-common Show documentation
Web client for interaction with Checkmarx SAST, SCA and OSA products
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;
}