Uses of Class
odata.msgraph.client.beta.complex.AndroidManagedStoreAppTrack
-
Packages that use AndroidManagedStoreAppTrack Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of AndroidManagedStoreAppTrack in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return AndroidManagedStoreAppTrack Modifier and Type Method Description AndroidManagedStoreAppTrackAndroidManagedStoreAppTrack.Builder. build()AndroidManagedStoreAppTrackAndroidManagedStoreAppTrack. withTrackAlias(String trackAlias)Returns an immutable copy ofthiswith just thetrackAliasfield changed.AndroidManagedStoreAppTrackAndroidManagedStoreAppTrack. withTrackId(String trackId)Returns an immutable copy ofthiswith just thetrackIdfield changed.AndroidManagedStoreAppTrackAndroidManagedStoreAppTrack. withUnmappedField(String name, String value) -
Uses of AndroidManagedStoreAppTrack in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type AndroidManagedStoreAppTrack Modifier and Type Field Description protected List<AndroidManagedStoreAppTrack>AndroidManagedStoreApp. appTracksMethods in odata.msgraph.client.beta.entity that return types with arguments of type AndroidManagedStoreAppTrack Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AndroidManagedStoreAppTrack>AndroidManagedStoreApp. getAppTracks()“The tracks that are visible to this enterprise.”com.github.davidmoten.odata.client.CollectionPage<AndroidManagedStoreAppTrack>AndroidManagedStoreApp. getAppTracks(com.github.davidmoten.odata.client.HttpRequestOptions options)“The tracks that are visible to this enterprise.”Methods in odata.msgraph.client.beta.entity with parameters of type AndroidManagedStoreAppTrack Modifier and Type Method Description AndroidManagedStoreApp.BuilderAndroidManagedStoreApp.Builder. appTracks(AndroidManagedStoreAppTrack... appTracks)“The tracks that are visible to this enterprise.”AndroidManagedStoreWebApp.BuilderAndroidManagedStoreWebApp.Builder. appTracks(AndroidManagedStoreAppTrack... appTracks)Method parameters in odata.msgraph.client.beta.entity with type arguments of type AndroidManagedStoreAppTrack Modifier and Type Method Description AndroidManagedStoreApp.BuilderAndroidManagedStoreApp.Builder. appTracks(List<AndroidManagedStoreAppTrack> appTracks)“The tracks that are visible to this enterprise.”AndroidManagedStoreWebApp.BuilderAndroidManagedStoreWebApp.Builder. appTracks(List<AndroidManagedStoreAppTrack> appTracks)AndroidManagedStoreAppAndroidManagedStoreApp. withAppTracks(List<AndroidManagedStoreAppTrack> appTracks)Returns an immutable copy ofthiswith just theappTracksfield changed.
-