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

com.contrastsecurity.http.JobOutcomePolicyListResponse Maven / Gradle / Ivy

There is a newer version: 3.4.2
Show newest version
package com.contrastsecurity.http;

import com.contrastsecurity.models.JobOutcomePolicy;
import com.google.gson.annotations.SerializedName;
import lombok.Getter;

import java.util.List;

/**
 * Wrapper for the response object returned by Contrast
 */
@Getter
public class JobOutcomePolicyListResponse {

  /**
   * List of job outcome policies
   * @return The list of job outcome policies
   */
  @SerializedName("policies")
  private List policies;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy