Uses of Class
microsoft.dynamics.crm.complex.AppValidationResponse
-
Packages that use AppValidationResponse Package Description microsoft.dynamics.crm.complex -
-
Uses of AppValidationResponse in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as AppValidationResponse Modifier and Type Field Description protected AppValidationResponseValidateAppResponse. appValidationResponseMethods in microsoft.dynamics.crm.complex that return AppValidationResponse Modifier and Type Method Description AppValidationResponseAppValidationResponse.Builder. build()AppValidationResponseAppValidationResponse. withUnmappedField(String name, Object value)AppValidationResponseAppValidationResponse. withValidationSuccess(Boolean validationSuccess)Methods in microsoft.dynamics.crm.complex that return types with arguments of type AppValidationResponse Modifier and Type Method Description Optional<AppValidationResponse>ValidateAppResponse. getAppValidationResponse()Methods in microsoft.dynamics.crm.complex with parameters of type AppValidationResponse Modifier and Type Method Description ValidateAppResponse.BuilderValidateAppResponse.Builder. appValidationResponse(AppValidationResponse appValidationResponse)ValidateAppResponseValidateAppResponse. withAppValidationResponse(AppValidationResponse appValidationResponse)
-