Searched refs:notEnabledContentsType (Results 1 – 2 of 2) sorted by relevance
286 public abstract int notEnabledContentsType(); in notEnabledContentsType() method in CheckEligibilityOperation.CheckEligibilityResponse358 @ContentType int notEnabledContentsType); in setNotEnabledContentsType()
329 int notEnabledContentsType = HttpConstants.ContentType.UNKNOWN; in checkEligibility() local333 notEnabledContentsType = HttpConstants.ContentType.XML; in checkEligibility()336 notEnabledContentsType = HttpConstants.ContentType.JSON; in checkEligibility()340 responseBuilder.setNotEnabledContentsType(notEnabledContentsType); in checkEligibility()