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

com.xcase.intapp.cdsusers.factories.CDSUsersResponseFactory Maven / Gradle / Ivy

package com.xcase.intapp.cdsusers.factories;

import com.xcase.intapp.cdsusers.transputs.*;

public class CDSUsersResponseFactory extends BaseCDSUsersFactory {

	public static CreatePersonResponse createCreatePersonResponse() {
        Object obj = newInstanceOf("cdsusers.config.responsefactory.CreatePersonResponse");
        return (CreatePersonResponse) obj;
	}

    public static GetPersonsResponse createGetPersonsResponse() {
        Object obj = newInstanceOf("cdsusers.config.responsefactory.GetPersonsResponse");
        return (GetPersonsResponse) obj;
    }
    
    public static CreateServiceUserResponse createCreateServiceUserResponse() {
        Object obj = newInstanceOf("cdsusers.config.responsefactory.CreateServiceUserResponse");
        return (CreateServiceUserResponse) obj;
    }

    public static CreateUserResponse createCreateUserResponse() {
        Object obj = newInstanceOf("cdsusers.config.responsefactory.CreateUserResponse");
        return (CreateUserResponse) obj;
    }

    public static FindUsersResponse createFindUsersResponse() {
        Object obj = newInstanceOf("cdsusers.config.responsefactory.FindUsersResponse");
        return (FindUsersResponse) obj;
    }

	public static GetUserResponse createGetUserResponse() {
        Object obj = newInstanceOf("cdsusers.config.responsefactory.GetUserResponse");
        return (GetUserResponse) obj;
	}

    public static FindRolesResponse createFindRolesResponse() {
        Object obj = newInstanceOf("cdsusers.config.responsefactory.FindRolesResponse");
        return (FindRolesResponse) obj;
    }

    public static FindCapabilitiesResponse createFindCapabilitiesResponse() {
        Object obj = newInstanceOf("cdsusers.config.responsefactory.FindCapabilitiesResponse");
        return (FindCapabilitiesResponse) obj;
    }

    public static GetCapabilityResponse createGetCapabilityResponse() {
        Object obj = newInstanceOf("cdsusers.config.responsefactory.GetCapabilityResponse");
        return (GetCapabilityResponse) obj;
    }

    public static PartiallyUpdateUserResponse createPartiallyUpdateUserResponse() {
        Object obj = newInstanceOf("cdsusers.config.responsefactory.PartiallyUpdateUserResponse");
        return (PartiallyUpdateUserResponse) obj;
    }

    public static PutUserResponse createPutUserResponse() {
        Object obj = newInstanceOf("cdsusers.config.responsefactory.PutUserResponse");
        return (PutUserResponse) obj;
    }

	public static PublishEntitiesResponse createPublishEntitiesResponse() {
        Object obj = newInstanceOf("cdsusers.config.responsefactory.PublishEntitiesResponse");
        return (PublishEntitiesResponse) obj;
	}

	public static FindServiceUsersResponse createFindServiceUsersResponse() {
        Object obj = newInstanceOf("cdsusers.config.responsefactory.FindServiceUsersResponse");
        return (FindServiceUsersResponse) obj;
	}

	public static GetServiceUserResponse createGetServiceUserResponse() {
        Object obj = newInstanceOf("cdsusers.config.responsefactory.GetServiceUserResponse");
        return (GetServiceUserResponse) obj;
	}

    public static CreateRoleResponse createCreateRoleResponse() {
        Object obj = newInstanceOf("cdsusers.config.responsefactory.CreateRoleResponse");
        return (CreateRoleResponse) obj;
    }

    public static DeleteRoleResponse createDeleteRoleResponse() {
        Object obj = newInstanceOf("cdsusers.config.responsefactory.DeleteRoleResponse");
        return (DeleteRoleResponse) obj;
    }

    public static SetRoleUsersResponse createSetRoleUsersResponse() {
        Object obj = newInstanceOf("cdsusers.config.responsefactory.SetRoleUsersResponse");
        return (SetRoleUsersResponse) obj;
    }

	public static UploadEntitiesResponse createUploadEntitiesResponse() {
        Object obj = newInstanceOf("cdsusers.config.responsefactory.UploadEntitiesResponse");
        return (UploadEntitiesResponse) obj;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy