Class ApplicationsListRequest
- java.lang.Object
-
- com.merge.api.resources.ats.applications.requests.ApplicationsListRequest
-
public final class ApplicationsListRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplicationsListRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationsListRequest.Builderbuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<java.lang.String>getCandidateId()java.util.Optional<java.time.OffsetDateTime>getCreatedAfter()java.util.Optional<java.time.OffsetDateTime>getCreatedBefore()java.util.Optional<java.lang.String>getCreditedToId()java.util.Optional<java.lang.String>getCurrentStageId()java.util.Optional<java.lang.String>getCursor()java.util.Optional<ApplicationsListRequestExpand>getExpand()java.util.Optional<java.lang.Boolean>getIncludeDeletedData()java.util.Optional<java.lang.Boolean>getIncludeRemoteData()java.util.Optional<java.lang.Boolean>getIncludeShellData()java.util.Optional<java.lang.String>getJobId()java.util.Optional<java.time.OffsetDateTime>getModifiedAfter()java.util.Optional<java.time.OffsetDateTime>getModifiedBefore()java.util.Optional<java.lang.Integer>getPageSize()java.util.Optional<java.lang.String>getRejectReasonId()java.util.Optional<java.lang.String>getRemoteId()java.util.Optional<java.lang.String>getSource()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getCandidateId
public java.util.Optional<java.lang.String> getCandidateId()
- Returns:
- If provided, will only return applications for this candidate.
-
getCreatedAfter
public java.util.Optional<java.time.OffsetDateTime> getCreatedAfter()
- Returns:
- If provided, will only return objects created after this datetime.
-
getCreatedBefore
public java.util.Optional<java.time.OffsetDateTime> getCreatedBefore()
- Returns:
- If provided, will only return objects created before this datetime.
-
getCreditedToId
public java.util.Optional<java.lang.String> getCreditedToId()
- Returns:
- If provided, will only return applications credited to this user.
-
getCurrentStageId
public java.util.Optional<java.lang.String> getCurrentStageId()
- Returns:
- If provided, will only return applications at this interview stage.
-
getCursor
public java.util.Optional<java.lang.String> getCursor()
- Returns:
- The pagination cursor value.
-
getExpand
public java.util.Optional<ApplicationsListRequestExpand> getExpand()
- Returns:
- Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
-
getIncludeDeletedData
public java.util.Optional<java.lang.Boolean> getIncludeDeletedData()
- Returns:
- Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. Learn more.
-
getIncludeRemoteData
public java.util.Optional<java.lang.Boolean> getIncludeRemoteData()
- Returns:
- Whether to include the original data Merge fetched from the third-party to produce these models.
-
getIncludeShellData
public java.util.Optional<java.lang.Boolean> getIncludeShellData()
- Returns:
- Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
-
getJobId
public java.util.Optional<java.lang.String> getJobId()
- Returns:
- If provided, will only return applications for this job.
-
getModifiedAfter
public java.util.Optional<java.time.OffsetDateTime> getModifiedAfter()
- Returns:
- If provided, only objects synced by Merge after this date time will be returned.
-
getModifiedBefore
public java.util.Optional<java.time.OffsetDateTime> getModifiedBefore()
- Returns:
- If provided, only objects synced by Merge before this date time will be returned.
-
getPageSize
public java.util.Optional<java.lang.Integer> getPageSize()
- Returns:
- Number of results to return per page.
-
getRejectReasonId
public java.util.Optional<java.lang.String> getRejectReasonId()
- Returns:
- If provided, will only return applications with this reject reason.
-
getRemoteId
public java.util.Optional<java.lang.String> getRemoteId()
- Returns:
- The API provider's ID for the given object.
-
getSource
public java.util.Optional<java.lang.String> getSource()
- Returns:
- If provided, will only return applications with this source.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static ApplicationsListRequest.Builder builder()
-
-