Uses of Class
com.mypurecloud.sdk.v2.model.IntakeSetting
Packages that use IntakeSetting
-
Uses of IntakeSetting in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IntakeSettingModifier and TypeMethodDescriptionIntakeSetting.displayOrder(Integer displayOrder) The display order for this property.The property name for this intake setting.Whether this property is required for intake.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type IntakeSettingModifier and TypeMethodDescriptionIntakeSettingsListing.getEntities()CaseplanCreate.getIntakeSettings()CaseplanCreateResponse.getIntakeSettings()IntakeSettingsUpdate.getIntakeSettings()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type IntakeSettingModifier and TypeMethodDescriptionIntakeSettingsListing.entities(List<IntakeSetting> entities) CaseplanCreate.intakeSettings(List<IntakeSetting> intakeSettings) The intake format when collecting data for a Case from this Caseplan.CaseplanCreateResponse.intakeSettings(List<IntakeSetting> intakeSettings) The intake format when collecting data for a Case from this Caseplan.IntakeSettingsUpdate.intakeSettings(List<IntakeSetting> intakeSettings) The intake settings for the Caseplan.voidIntakeSettingsListing.setEntities(List<IntakeSetting> entities) voidCaseplanCreate.setIntakeSettings(List<IntakeSetting> intakeSettings) voidCaseplanCreateResponse.setIntakeSettings(List<IntakeSetting> intakeSettings) voidIntakeSettingsUpdate.setIntakeSettings(List<IntakeSetting> intakeSettings)