Uses of Class
odata.msgraph.client.beta.complex.AccessPackageLocalizedText
-
Packages that use AccessPackageLocalizedText Package Description odata.msgraph.client.beta.complex -
-
Uses of AccessPackageLocalizedText in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type AccessPackageLocalizedText Modifier and Type Field Description protected List<AccessPackageLocalizedText>AccessPackageLocalizedContent. localizedTextsMethods in odata.msgraph.client.beta.complex that return AccessPackageLocalizedText Modifier and Type Method Description AccessPackageLocalizedTextAccessPackageLocalizedText.Builder. build()AccessPackageLocalizedTextAccessPackageLocalizedText. withLanguageCode(String languageCode)AccessPackageLocalizedTextAccessPackageLocalizedText. withText(String text)AccessPackageLocalizedTextAccessPackageLocalizedText. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type AccessPackageLocalizedText Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AccessPackageLocalizedText>AccessPackageLocalizedContent. getLocalizedTexts()com.github.davidmoten.odata.client.CollectionPage<AccessPackageLocalizedText>AccessPackageLocalizedContent. getLocalizedTexts(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type AccessPackageLocalizedText Modifier and Type Method Description AccessPackageLocalizedContent.BuilderAccessPackageLocalizedContent.Builder. localizedTexts(AccessPackageLocalizedText... localizedTexts)Method parameters in odata.msgraph.client.beta.complex with type arguments of type AccessPackageLocalizedText Modifier and Type Method Description AccessPackageLocalizedContent.BuilderAccessPackageLocalizedContent.Builder. localizedTexts(List<AccessPackageLocalizedText> localizedTexts)
-