Uses of Class
microsoft.dynamics.crm.entity.Appconfig
-
Packages that use Appconfig Package Description microsoft.dynamics.crm.entity microsoft.dynamics.crm.entity.collection.request microsoft.dynamics.crm.entity.request -
-
Uses of Appconfig in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Appconfig Modifier and Type Method Description AppconfigAppconfig.Builder. build()AppconfigAppconfig. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AppconfigAppconfig. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AppconfigAppconfig. with_appmoduleid_value(UUID _appmoduleid_value)AppconfigAppconfig. with_createdby_value(UUID _createdby_value)AppconfigAppconfig. with_createdonbehalfby_value(UUID _createdonbehalfby_value)AppconfigAppconfig. with_modifiedby_value(UUID _modifiedby_value)AppconfigAppconfig. with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)AppconfigAppconfig. with_organizationid_value(UUID _organizationid_value)AppconfigAppconfig. withAppconfigid(UUID appconfigid)AppconfigAppconfig. withAppconfigidunique(UUID appconfigidunique)AppconfigAppconfig. withAppconfigimportxml(String appconfigimportxml)AppconfigAppconfig. withComponentstate(Integer componentstate)AppconfigAppconfig. withCreatedon(OffsetDateTime createdon)AppconfigAppconfig. withImportsequencenumber(Integer importsequencenumber)AppconfigAppconfig. withIntroducedversion(String introducedversion)AppconfigAppconfig. withIsmanaged(Boolean ismanaged)AppconfigAppconfig. withModifiedon(OffsetDateTime modifiedon)AppconfigAppconfig. withOverriddencreatedon(OffsetDateTime overriddencreatedon)AppconfigAppconfig. withOverwritetime(OffsetDateTime overwritetime)AppconfigAppconfig. withSolutionid(UUID solutionid)AppconfigAppconfig. withStatecode(Integer statecode)AppconfigAppconfig. withStatuscode(Integer statuscode)AppconfigAppconfig. withUnmappedField(String name, String value)AppconfigAppconfig. withVersionnumber(Long versionnumber)Methods in microsoft.dynamics.crm.entity that return types with arguments of type Appconfig Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Appconfig>Appconfig. retrieveUnpublished() -
Uses of Appconfig in microsoft.dynamics.crm.entity.collection.request
Methods in microsoft.dynamics.crm.entity.collection.request that return types with arguments of type Appconfig Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Appconfig>AppconfigCollectionRequest. retrieveUnpublishedMultiple() -
Uses of Appconfig in microsoft.dynamics.crm.entity.request
Methods in microsoft.dynamics.crm.entity.request that return types with arguments of type Appconfig Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Appconfig>AppconfigRequest. retrieveUnpublished()
-