Uses of Class
microsoft.dynamics.crm.complex.GuidCollection
-
Packages that use GuidCollection Package Description microsoft.dynamics.crm.complex -
-
Uses of GuidCollection in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type GuidCollection Modifier and Type Field Description protected List<GuidCollection>DeletedMetadataCollection. valuesMethods in microsoft.dynamics.crm.complex that return GuidCollection Modifier and Type Method Description GuidCollectionGuidCollection.Builder. build()GuidCollectionGuidCollection. withUnmappedField(String name, String value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type GuidCollection Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<GuidCollection>DeletedMetadataCollection. getValues()com.github.davidmoten.odata.client.CollectionPage<GuidCollection>DeletedMetadataCollection. getValues(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type GuidCollection Modifier and Type Method Description DeletedMetadataCollection.BuilderDeletedMetadataCollection.Builder. values(GuidCollection... values)Method parameters in microsoft.dynamics.crm.complex with type arguments of type GuidCollection Modifier and Type Method Description DeletedMetadataCollection.BuilderDeletedMetadataCollection.Builder. values(List<GuidCollection> values)
-