Uses of Class
odata.msgraph.client.beta.complex.AppMetadataEntry
-
Packages that use AppMetadataEntry Package Description odata.msgraph.client.beta.complex -
-
Uses of AppMetadataEntry in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type AppMetadataEntry Modifier and Type Field Description protected List<AppMetadataEntry>AppMetadata. dataMethods in odata.msgraph.client.beta.complex that return AppMetadataEntry Modifier and Type Method Description AppMetadataEntryAppMetadataEntry.Builder. build()AppMetadataEntryAppMetadataEntry. withKey(String key)AppMetadataEntryAppMetadataEntry. withUnmappedField(String name, String value)AppMetadataEntryAppMetadataEntry. withValue(byte[] value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type AppMetadataEntry Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AppMetadataEntry>AppMetadata. getData()com.github.davidmoten.odata.client.CollectionPage<AppMetadataEntry>AppMetadata. getData(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type AppMetadataEntry Modifier and Type Method Description AppMetadata.BuilderAppMetadata.Builder. data(AppMetadataEntry... data)Method parameters in odata.msgraph.client.beta.complex with type arguments of type AppMetadataEntry Modifier and Type Method Description AppMetadata.BuilderAppMetadata.Builder. data(List<AppMetadataEntry> data)
-