
com.searchunify.sdk.dtos.DiscussionsReadyToBecomeArticlesRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of su-sdk Show documentation
Show all versions of su-sdk Show documentation
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 DiscussionsReadyToBecomeArticlesRequest extends SearchUnifyRequest {
@NonNull
private String startDate;
@NonNull
private String endDate;
@NonNull
private String count;
private String internalUser;
private String searchClientId;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy