Uses of Class
microsoft.dynamics.crm.entity.Teamtemplate
-
Packages that use Teamtemplate Package Description microsoft.dynamics.crm.entity microsoft.dynamics.crm.entity.request -
-
Uses of Teamtemplate in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Teamtemplate Modifier and Type Method Description TeamtemplateTeamtemplate.Builder. build()TeamtemplateTeamtemplate. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TeamtemplateTeamtemplate. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TeamtemplateTeamtemplate. with_createdby_value(UUID _createdby_value)TeamtemplateTeamtemplate. with_createdonbehalfby_value(UUID _createdonbehalfby_value)TeamtemplateTeamtemplate. with_modifiedby_value(UUID _modifiedby_value)TeamtemplateTeamtemplate. with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)TeamtemplateTeamtemplate. withCreatedon(OffsetDateTime createdon)TeamtemplateTeamtemplate. withDefaultaccessrightsmask(Integer defaultaccessrightsmask)TeamtemplateTeamtemplate. withDescription(String description)TeamtemplateTeamtemplate. withIssystem(Boolean issystem)TeamtemplateTeamtemplate. withModifiedon(OffsetDateTime modifiedon)TeamtemplateTeamtemplate. withObjecttypecode(Integer objecttypecode)TeamtemplateTeamtemplate. withTeamtemplateid(UUID teamtemplateid)TeamtemplateTeamtemplate. withTeamtemplatename(String teamtemplatename)TeamtemplateTeamtemplate. withUnmappedField(String name, Object value)TeamtemplateTeamtemplate. withVersionnumber(Long versionnumber)Methods in microsoft.dynamics.crm.entity with parameters of type Teamtemplate Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<AddUserToRecordTeamResponse>Systemuser. addUserToRecordTeam(Crmbaseentity record, Teamtemplate teamTemplate)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<RemoveUserFromRecordTeamResponse>Systemuser. removeUserFromRecordTeam(Crmbaseentity record, Teamtemplate teamTemplate) -
Uses of Teamtemplate in microsoft.dynamics.crm.entity.request
Methods in microsoft.dynamics.crm.entity.request with parameters of type Teamtemplate Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<AddUserToRecordTeamResponse>SystemuserRequest. addUserToRecordTeam(Crmbaseentity record, Teamtemplate teamTemplate)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<RemoveUserFromRecordTeamResponse>SystemuserRequest. removeUserFromRecordTeam(Crmbaseentity record, Teamtemplate teamTemplate)
-