Uses of Class
microsoft.dynamics.crm.complex.StringCollection
-
Packages that use StringCollection Package Description microsoft.dynamics.crm.complex -
-
Uses of StringCollection in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type StringCollection Modifier and Type Field Description protected List<StringCollection>RetrieveParsedDataImportFileResponse. valuesprotected List<StringCollection>SubscriptionDeletedEntityData. valuesprotected List<StringCollection>SubscriptionEntityMetadata. valuesMethods in microsoft.dynamics.crm.complex that return StringCollection Modifier and Type Method Description StringCollectionStringCollection.Builder. build()StringCollectionStringCollection. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type StringCollection Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<StringCollection>RetrieveParsedDataImportFileResponse. getValues()com.github.davidmoten.odata.client.CollectionPage<StringCollection>RetrieveParsedDataImportFileResponse. getValues(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<StringCollection>SubscriptionDeletedEntityData. getValues()com.github.davidmoten.odata.client.CollectionPage<StringCollection>SubscriptionDeletedEntityData. getValues(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<StringCollection>SubscriptionEntityMetadata. getValues()com.github.davidmoten.odata.client.CollectionPage<StringCollection>SubscriptionEntityMetadata. getValues(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type StringCollection Modifier and Type Method Description RetrieveParsedDataImportFileResponse.BuilderRetrieveParsedDataImportFileResponse.Builder. values(StringCollection... values)SubscriptionDeletedEntityData.BuilderSubscriptionDeletedEntityData.Builder. values(StringCollection... values)SubscriptionEntityMetadata.BuilderSubscriptionEntityMetadata.Builder. values(StringCollection... values)Method parameters in microsoft.dynamics.crm.complex with type arguments of type StringCollection Modifier and Type Method Description RetrieveParsedDataImportFileResponse.BuilderRetrieveParsedDataImportFileResponse.Builder. values(List<StringCollection> values)SubscriptionDeletedEntityData.BuilderSubscriptionDeletedEntityData.Builder. values(List<StringCollection> values)SubscriptionEntityMetadata.BuilderSubscriptionEntityMetadata.Builder. values(List<StringCollection> values)
-