Uses of Class
odata.msgraph.client.beta.complex.AppMetadata.Builder
-
Packages that use AppMetadata.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of AppMetadata.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return AppMetadata.Builder Modifier and Type Method Description static AppMetadata.BuilderAppMetadata. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).AppMetadata.BuilderAppMetadata.Builder. data(List<AppMetadataEntry> data)AppMetadata.BuilderAppMetadata.Builder. data(AppMetadataEntry... data)AppMetadata.BuilderAppMetadata.Builder. dataNextLink(String dataNextLink)AppMetadata.BuilderAppMetadata.Builder. version(Integer version)
-