All Downloads are FREE. Search and download functionalities are using the official Maven repository.

microsoft.dynamics.crm.entity.set.Ggw_teams Maven / Gradle / Ivy

The newest version!
package microsoft.dynamics.crm.entity.set;

import com.github.davidmoten.odata.client.ContextPath;

import java.util.Optional;

import microsoft.dynamics.crm.entity.collection.request.Ggw_teamCollectionRequest;

public final class Ggw_teams extends Ggw_teamCollectionRequest {

    public Ggw_teams(ContextPath contextPath) {
        super(contextPath, Optional.empty());
    }

    public Systemusers createdby() {
        return new Systemusers(contextPath.addSegment("createdby"));
    }

    public Systemusers createdonbehalfby() {
        return new Systemusers(contextPath.addSegment("createdonbehalfby"));
    }

    public Ggw_events ggw_EventId() {
        return new Ggw_events(contextPath.addSegment("ggw_EventId"));
    }

    public Ggw_crews ggw_ggw_crew_ggw_team() {
        return new Ggw_crews(contextPath.addSegment("ggw_ggw_crew_ggw_team"));
    }

    public Ggw_team_applications ggw_ggw_team_ggw_team_application() {
        return new Ggw_team_applications(contextPath.addSegment("ggw_ggw_team_ggw_team_application"));
    }

    public Asyncoperations ggw_team_AsyncOperations() {
        return new Asyncoperations(contextPath.addSegment("ggw_team_AsyncOperations"));
    }

    public Bulkdeletefailures ggw_team_BulkDeleteFailures() {
        return new Bulkdeletefailures(contextPath.addSegment("ggw_team_BulkDeleteFailures"));
    }

    public Duplicaterecords ggw_team_DuplicateBaseRecord() {
        return new Duplicaterecords(contextPath.addSegment("ggw_team_DuplicateBaseRecord"));
    }

    public Duplicaterecords ggw_team_DuplicateMatchingRecord() {
        return new Duplicaterecords(contextPath.addSegment("ggw_team_DuplicateMatchingRecord"));
    }

    public Mailboxtrackingfolders ggw_team_MailboxTrackingFolders() {
        return new Mailboxtrackingfolders(contextPath.addSegment("ggw_team_MailboxTrackingFolders"));
    }

    public Principalobjectattributeaccessset ggw_team_PrincipalObjectAttributeAccesses() {
        return new Principalobjectattributeaccessset(contextPath.addSegment("ggw_team_PrincipalObjectAttributeAccesses"));
    }

    public Processsessions ggw_team_ProcessSession() {
        return new Processsessions(contextPath.addSegment("ggw_team_ProcessSession"));
    }

    public Syncerrors ggw_team_SyncErrors() {
        return new Syncerrors(contextPath.addSegment("ggw_team_SyncErrors"));
    }

    public Systemusers modifiedby() {
        return new Systemusers(contextPath.addSegment("modifiedby"));
    }

    public Systemusers modifiedonbehalfby() {
        return new Systemusers(contextPath.addSegment("modifiedonbehalfby"));
    }

    public Businessunits owningbusinessunit() {
        return new Businessunits(contextPath.addSegment("owningbusinessunit"));
    }

    public Teams owningteam() {
        return new Teams(contextPath.addSegment("owningteam"));
    }

    public Systemusers owninguser() {
        return new Systemusers(contextPath.addSegment("owninguser"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy