Package microsoft.dynamics.crm.complex
Class AppElementsCollection.Builder
- java.lang.Object
-
- microsoft.dynamics.crm.complex.AppElementsCollection.Builder
-
- Enclosing class:
- AppElementsCollection
public static final class AppElementsCollection.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppElementsCollection.BuilderappElementInfoCollection(List<AppElementInfo> appElementInfoCollection)AppElementsCollection.BuilderappElementInfoCollection(AppElementInfo... appElementInfoCollection)AppElementsCollection.BuilderappElementInfoCollectionNextLink(String appElementInfoCollectionNextLink)AppElementsCollectionbuild()
-
-
-
Method Detail
-
appElementInfoCollection
public AppElementsCollection.Builder appElementInfoCollection(List<AppElementInfo> appElementInfoCollection)
-
appElementInfoCollection
public AppElementsCollection.Builder appElementInfoCollection(AppElementInfo... appElementInfoCollection)
-
appElementInfoCollectionNextLink
public AppElementsCollection.Builder appElementInfoCollectionNextLink(String appElementInfoCollectionNextLink)
-
build
public AppElementsCollection build()
-
-