Uses of Class
microsoft.dynamics.crm.complex.SdkMessageProcessingStepImageRegistration
-
Packages that use SdkMessageProcessingStepImageRegistration Package Description microsoft.dynamics.crm.complex -
-
Uses of SdkMessageProcessingStepImageRegistration in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type SdkMessageProcessingStepImageRegistration Modifier and Type Field Description protected List<SdkMessageProcessingStepImageRegistration>SdkMessageProcessingStepRegistration. imagesMethods in microsoft.dynamics.crm.complex that return SdkMessageProcessingStepImageRegistration Modifier and Type Method Description SdkMessageProcessingStepImageRegistrationSdkMessageProcessingStepImageRegistration.Builder. build()SdkMessageProcessingStepImageRegistrationSdkMessageProcessingStepImageRegistration. withEntityAlias(String entityAlias)SdkMessageProcessingStepImageRegistrationSdkMessageProcessingStepImageRegistration. withImageType(Integer imageType)SdkMessageProcessingStepImageRegistrationSdkMessageProcessingStepImageRegistration. withMessagePropertyName(String messagePropertyName)SdkMessageProcessingStepImageRegistrationSdkMessageProcessingStepImageRegistration. withUnmappedField(String name, String value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type SdkMessageProcessingStepImageRegistration Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SdkMessageProcessingStepImageRegistration>SdkMessageProcessingStepRegistration. getImages()com.github.davidmoten.odata.client.CollectionPage<SdkMessageProcessingStepImageRegistration>SdkMessageProcessingStepRegistration. getImages(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type SdkMessageProcessingStepImageRegistration Modifier and Type Method Description SdkMessageProcessingStepRegistration.BuilderSdkMessageProcessingStepRegistration.Builder. images(SdkMessageProcessingStepImageRegistration... images)Method parameters in microsoft.dynamics.crm.complex with type arguments of type SdkMessageProcessingStepImageRegistration Modifier and Type Method Description SdkMessageProcessingStepRegistration.BuilderSdkMessageProcessingStepRegistration.Builder. images(List<SdkMessageProcessingStepImageRegistration> images)
-