Uses of Class
microsoft.dynamics.crm.complex.LocalizedLabel
-
Packages that use LocalizedLabel Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.container -
-
Uses of LocalizedLabel in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as LocalizedLabel Modifier and Type Field Description protected LocalizedLabelLabel. userLocalizedLabelFields in microsoft.dynamics.crm.complex with type parameters of type LocalizedLabel Modifier and Type Field Description protected List<LocalizedLabel>Label. localizedLabelsMethods in microsoft.dynamics.crm.complex that return LocalizedLabel Modifier and Type Method Description LocalizedLabelLocalizedLabel.Builder. build()LocalizedLabelLocalizedLabel. withHasChanged(Boolean hasChanged)LocalizedLabelLocalizedLabel. withIsManaged(Boolean isManaged)LocalizedLabelLocalizedLabel. withLabel(String label)LocalizedLabelLocalizedLabel. withLanguageCode(Integer languageCode)LocalizedLabelLocalizedLabel. withMetadataId(UUID metadataId)LocalizedLabelLocalizedLabel. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type LocalizedLabel Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<LocalizedLabel>Label. getLocalizedLabels()com.github.davidmoten.odata.client.CollectionPage<LocalizedLabel>Label. getLocalizedLabels(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<LocalizedLabel>Label. getUserLocalizedLabel()Methods in microsoft.dynamics.crm.complex with parameters of type LocalizedLabel Modifier and Type Method Description Label.BuilderLabel.Builder. localizedLabels(LocalizedLabel... localizedLabels)Label.BuilderLabel.Builder. userLocalizedLabel(LocalizedLabel userLocalizedLabel)LabelLabel. withUserLocalizedLabel(LocalizedLabel userLocalizedLabel)Method parameters in microsoft.dynamics.crm.complex with type arguments of type LocalizedLabel Modifier and Type Method Description Label.BuilderLabel.Builder. localizedLabels(List<LocalizedLabel> localizedLabels) -
Uses of LocalizedLabel in microsoft.dynamics.crm.container
Method parameters in microsoft.dynamics.crm.container with type arguments of type LocalizedLabel Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnSystem. setLocLabels(Crmbaseentity entityMoniker, String attributeName, List<LocalizedLabel> labels)
-