Class AtsGetCandidateCustomFieldDefinitionResponse

  • All Implemented Interfaces:
    AsyncResponse

    public class AtsGetCandidateCustomFieldDefinitionResponse
    extends java.lang.Object
    implements AsyncResponse
    • Constructor Detail

      • AtsGetCandidateCustomFieldDefinitionResponse

        public AtsGetCandidateCustomFieldDefinitionResponse​(java.lang.String contentType,
                                                            int statusCode,
                                                            java.net.http.HttpResponse<Blob> rawResponse,
                                                            java.util.Optional<? extends CustomFieldDefinitionResultApiModel> customFieldDefinitionResultApiModel,
                                                            java.util.Map<java.lang.String,​java.util.List<java.lang.String>> headers)
      • AtsGetCandidateCustomFieldDefinitionResponse

        public AtsGetCandidateCustomFieldDefinitionResponse​(java.lang.String contentType,
                                                            int statusCode,
                                                            java.net.http.HttpResponse<Blob> rawResponse,
                                                            java.util.Map<java.lang.String,​java.util.List<java.lang.String>> headers)