Uses of Class
microsoft.dynamics.crm.complex.BusinessEntityChanges.Builder
-
Packages that use BusinessEntityChanges.Builder Package Description microsoft.dynamics.crm.complex -
-
Uses of BusinessEntityChanges.Builder in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return BusinessEntityChanges.Builder Modifier and Type Method Description static BusinessEntityChanges.BuilderBusinessEntityChanges. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).BusinessEntityChanges.BuilderBusinessEntityChanges.Builder. changes(List<IChangedItem> changes)BusinessEntityChanges.BuilderBusinessEntityChanges.Builder. changes(IChangedItem... changes)BusinessEntityChanges.BuilderBusinessEntityChanges.Builder. changesNextLink(String changesNextLink)BusinessEntityChanges.BuilderBusinessEntityChanges.Builder. dataToken(String dataToken)BusinessEntityChanges.BuilderBusinessEntityChanges.Builder. globalMetadataVersion(String globalMetadataVersion)BusinessEntityChanges.BuilderBusinessEntityChanges.Builder. moreRecords(Boolean moreRecords)BusinessEntityChanges.BuilderBusinessEntityChanges.Builder. pagingCookie(String pagingCookie)
-