Uses of Class
microsoft.dynamics.crm.complex.LocalizedLabelInfo
-
Packages that use LocalizedLabelInfo Package Description microsoft.dynamics.crm.complex -
-
Uses of LocalizedLabelInfo in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type LocalizedLabelInfo Modifier and Type Field Description protected List<LocalizedLabelInfo>LocalizedLabelDetails. localizedLabelsMethods in microsoft.dynamics.crm.complex that return LocalizedLabelInfo Modifier and Type Method Description LocalizedLabelInfoLocalizedLabelInfo.Builder. build()LocalizedLabelInfoLocalizedLabelInfo. withLabel(String label)LocalizedLabelInfoLocalizedLabelInfo. withLanguageCode(Integer languageCode)LocalizedLabelInfoLocalizedLabelInfo. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type LocalizedLabelInfo Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<LocalizedLabelInfo>LocalizedLabelDetails. getLocalizedLabels()com.github.davidmoten.odata.client.CollectionPage<LocalizedLabelInfo>LocalizedLabelDetails. getLocalizedLabels(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type LocalizedLabelInfo Modifier and Type Method Description LocalizedLabelDetails.BuilderLocalizedLabelDetails.Builder. localizedLabels(LocalizedLabelInfo... localizedLabels)Method parameters in microsoft.dynamics.crm.complex with type arguments of type LocalizedLabelInfo Modifier and Type Method Description LocalizedLabelDetails.BuilderLocalizedLabelDetails.Builder. localizedLabels(List<LocalizedLabelInfo> localizedLabels)
-