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

com.searchunify.sdk.dtos.ArticlesCreatedCasesRequest Maven / Gradle / Ivy

Go to download

The SearchUnify SDK enables developers to easily work with the SearchUnify platform and build scalable solutions with search, analytics, crawlers and more.

The newest version!
/**
 * 
 */
package com.searchunify.sdk.dtos;

import lombok.Builder;
import lombok.Getter;
import lombok.NonNull;
import lombok.Setter;

/**
 * This class is @author ankur
 * This class is created at 15-Jun-2021
 */
@Getter
@Setter
@Builder
public class ArticlesCreatedCasesRequest extends SearchUnifyRequest {

	@NonNull
	private String from;

	@NonNull
	private String to;

	@NonNull
	private String internalUser;

	@NonNull
	private String searchType;

	@NonNull
	private String uid;

	private Integer offset;

	private Integer limit;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy