Web Service: UserTeamAssociationService
Port UserTeamAssociationServiceInterfacePort Port typeSource code
- createUserTeamAssociationsDetailSource code
- getUserTeamAssociationsByStatementDetailSource code
- performUserTeamAssociationActionDetailSource code
- updateUserTeamAssociationsDetailSource code
Operations
- createUserTeamAssociationsDescription:Creates new {@link UserTeamAssociation} objects.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:createUserTeamAssociationsRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type createUserTeamAssociationsCreates new {@link UserTeamAssociation} objects.
- userTeamAssociations - optional, unbounded; type UserTeamAssociation - extension of abstract type UserRecordTeamAssociation{@code UserTeamAssociation} associates a {@link User} with a {@link Team} to provide the user access to the entities that belong to the team.{@code UserRecordTeamAssociation} represents the association between a {@link UserRecord} and a {@link Team}.
- teamId - optional; type longThe {@link Team#id} of the team.
- overriddenTeamAccessType - optional; type TeamAccessType - type string with restriction - enum { 'NONE', 'READ_ONLY', 'READ_WRITE' }The overridden team access type. This field is {@code null} if team access type is not overridden.
- defaultTeamAccessType - optional; type TeamAccessType - type string with restriction - enum { 'NONE', 'READ_ONLY', 'READ_WRITE' }The default team access type {@link Team#teamAccessType}. This field is read-only and is populated by Google.
- userId - optional; type longRefers to the {@link User#id}.
- teamId - optional; type long
Output:createUserTeamAssociationsResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type createUserTeamAssociationsResponse- rval - optional, unbounded; type UserTeamAssociation - extension of abstract type UserRecordTeamAssociation{@code UserTeamAssociation} associates a {@link User} with a {@link Team} to provide the user access to the entities that belong to the team.{@code UserRecordTeamAssociation} represents the association between a {@link UserRecord} and a {@link Team}.
- teamId - optional; type longThe {@link Team#id} of the team.
- overriddenTeamAccessType - optional; type TeamAccessType - type string with restriction - enum { 'NONE', 'READ_ONLY', 'READ_WRITE' }The overridden team access type. This field is {@code null} if team access type is not overridden.
- defaultTeamAccessType - optional; type TeamAccessType - type string with restriction - enum { 'NONE', 'READ_ONLY', 'READ_WRITE' }The default team access type {@link Team#teamAccessType}. This field is read-only and is populated by Google.
- userId - optional; type longRefers to the {@link User#id}.
- teamId - optional; type long
Fault:ApiException (wsdlsoap:fault, use = literal)Source codeApiException type ApiExceptionFaultException class for holding a list of service errors.Base class for exceptions.- message - optional; type stringError message.
- errors - optional, unbounded; type ApiErrorThe API error base class that provides details about an error that occurred while processing a service request.
The OGNL field path is provided for parsers to identify the request data element that may have caused the error.
- fieldPath - optional; type stringThe OGNL field path to identify cause of error.
- fieldPathElements - optional, unbounded; type FieldPathElementA parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.A segment of a field path. Each dot in a field path defines a new segment.
- field - optional; type stringThe name of a field in lower camelcase. (e.g. "biddingStrategy")
- index - optional; type intFor list fields, this is a 0-indexed position in the list. Null for non-list fields.
- field - optional; type string
- trigger - optional; type stringThe data that caused the error.
- errorString - optional; type stringA simple string representation of the error and reason.
List of errors. - fieldPath - optional; type string
A fault element of type ApiException. - userTeamAssociations - optional, unbounded; type UserTeamAssociation - extension of abstract type UserRecordTeamAssociation
- getUserTeamAssociationsByStatementDescription:Gets a {@link UserTeamAssociationPage} of {@link UserTeamAssociation} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:
PQL Property Object Property {@code userId} {@link UserTeamAssociation#userId} {@code teamId} {@link UserTeamAssociation#teamId} Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:getUserTeamAssociationsByStatementRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type getUserTeamAssociationsByStatementGets a {@link UserTeamAssociationPage} of {@link UserTeamAssociation} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:PQL Property Object Property {@code userId} {@link UserTeamAssociation#userId} {@code teamId} {@link UserTeamAssociation#teamId} - filterStatement - optional; type StatementCaptures the {@code WHERE}, {@code ORDER BY} and {@code LIMIT} clauses of a PQL query. Statements are typically used to retrieve objects of a predefined domain type, which makes SELECT clause unnecessary.
An example query text might be {@code "WHERE status = 'ACTIVE' ORDER BY id LIMIT 30"}.
Statements support bind variables. These are substitutes for literals and can be thought of as input parameters to a PQL query.
An example of such a query might be {@code "WHERE id = :idValue"}.
Statements also support use of the LIKE keyword. This provides wildcard string matching.
An example of such a query might be {@code "WHERE name LIKE '%searchString%'"}.
The value for the variable idValue must then be set with an object of type {@link Value}, e.g., {@link NumberValue}, {@link TextValue} or {@link BooleanValue}.- query - optional; type stringHolds the query in PQL syntax. The syntax is:
[WHERE{[AND | OR] ...}]
[ORDER BY[ASC | DESC]]
[LIMIT {[,] } | { OFFSET }]
:={< | <= | > | >= | = | != }
:={< | <= | > | >= | = | != }
:= IN
:= IS NULL
:= LIKE
:= :
- values - optional, unbounded; type String_ValueMapEntryHolds keys and values for bind variables and their values. The key is the name of the bind variable. The value is the literal value of the variable.
In the example {@code "WHERE status = :bindStatus ORDER BY id LIMIT 30"}, the bind variable, represented by {@code :bindStatus} is named {@code bindStatus}, which would also be the parameter map key. The bind variable's value would be represented by a parameter map value of type {@link TextValue}. The final result, for example, would be an entry of {@code "bindStatus" => StringParam("ACTIVE")}.
This represents an entry in a map with a key of type String and value of type Value.- key - optional; type string
- value - optional; type Value{@code Value} represents a value.
- query - optional; type string
Output:getUserTeamAssociationsByStatementResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type getUserTeamAssociationsByStatementResponse- rval - optional; type UserTeamAssociationPageCaptures a page of {@link UserTeamAssociation} objects.
- totalResultSetSize - optional; type intThe size of the total result set to which this page belongs.
- startIndex - optional; type intThe absolute index in the total result set on which this page begins.
- results - optional, unbounded; type UserTeamAssociation - extension of abstract type UserRecordTeamAssociation{@code UserTeamAssociation} associates a {@link User} with a {@link Team} to provide the user access to the entities that belong to the team.{@code UserRecordTeamAssociation} represents the association between a {@link UserRecord} and a {@link Team}.
- teamId - optional; type longThe {@link Team#id} of the team.
- overriddenTeamAccessType - optional; type TeamAccessType - type string with restriction - enum { 'NONE', 'READ_ONLY', 'READ_WRITE' }The overridden team access type. This field is {@code null} if team access type is not overridden.
- defaultTeamAccessType - optional; type TeamAccessType - type string with restriction - enum { 'NONE', 'READ_ONLY', 'READ_WRITE' }The default team access type {@link Team#teamAccessType}. This field is read-only and is populated by Google.
- userId - optional; type longRefers to the {@link User#id}.
The collection of user team associations contained within this page. - teamId - optional; type long
- totalResultSetSize - optional; type int
Fault:ApiException (wsdlsoap:fault, use = literal)Source codeApiException type ApiExceptionFaultException class for holding a list of service errors.Base class for exceptions.- message - optional; type stringError message.
- errors - optional, unbounded; type ApiErrorThe API error base class that provides details about an error that occurred while processing a service request.
The OGNL field path is provided for parsers to identify the request data element that may have caused the error.
- fieldPath - optional; type stringThe OGNL field path to identify cause of error.
- fieldPathElements - optional, unbounded; type FieldPathElementA parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.A segment of a field path. Each dot in a field path defines a new segment.
- field - optional; type stringThe name of a field in lower camelcase. (e.g. "biddingStrategy")
- index - optional; type intFor list fields, this is a 0-indexed position in the list. Null for non-list fields.
- field - optional; type string
- trigger - optional; type stringThe data that caused the error.
- errorString - optional; type stringA simple string representation of the error and reason.
List of errors. - fieldPath - optional; type string
A fault element of type ApiException. - filterStatement - optional; type Statement
- performUserTeamAssociationActionDescription:Performs actions on {@link UserTeamAssociation} objects that match the given {@link Statement#query}.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:performUserTeamAssociationActionRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type performUserTeamAssociationActionPerforms actions on {@link UserTeamAssociation} objects that match the given {@link Statement#query}.
- userTeamAssociationAction - optional; type UserTeamAssociationActionRepresents the actions that can be performed on {@link UserTeamAssociation} objects.
- statement - optional; type StatementCaptures the {@code WHERE}, {@code ORDER BY} and {@code LIMIT} clauses of a PQL query. Statements are typically used to retrieve objects of a predefined domain type, which makes SELECT clause unnecessary.
An example query text might be {@code "WHERE status = 'ACTIVE' ORDER BY id LIMIT 30"}.
Statements support bind variables. These are substitutes for literals and can be thought of as input parameters to a PQL query.
An example of such a query might be {@code "WHERE id = :idValue"}.
Statements also support use of the LIKE keyword. This provides wildcard string matching.
An example of such a query might be {@code "WHERE name LIKE '%searchString%'"}.
The value for the variable idValue must then be set with an object of type {@link Value}, e.g., {@link NumberValue}, {@link TextValue} or {@link BooleanValue}.- query - optional; type stringHolds the query in PQL syntax. The syntax is:
[WHERE{[AND | OR] ...}]
[ORDER BY[ASC | DESC]]
[LIMIT {[,] } | { OFFSET }]
:={< | <= | > | >= | = | != }
:={< | <= | > | >= | = | != }
:= IN
:= IS NULL
:= LIKE
:= :
- values - optional, unbounded; type String_ValueMapEntryHolds keys and values for bind variables and their values. The key is the name of the bind variable. The value is the literal value of the variable.
In the example {@code "WHERE status = :bindStatus ORDER BY id LIMIT 30"}, the bind variable, represented by {@code :bindStatus} is named {@code bindStatus}, which would also be the parameter map key. The bind variable's value would be represented by a parameter map value of type {@link TextValue}. The final result, for example, would be an entry of {@code "bindStatus" => StringParam("ACTIVE")}.
This represents an entry in a map with a key of type String and value of type Value.- key - optional; type string
- value - optional; type Value{@code Value} represents a value.
- query - optional; type string
Output:performUserTeamAssociationActionResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type performUserTeamAssociationActionResponse- rval - optional; type UpdateResultRepresents the result of performing an action on objects.
- numChanges - optional; type intThe number of objects that were changed as a result of performing the action.
- numChanges - optional; type int
Fault:ApiException (wsdlsoap:fault, use = literal)Source codeApiException type ApiExceptionFaultException class for holding a list of service errors.Base class for exceptions.- message - optional; type stringError message.
- errors - optional, unbounded; type ApiErrorThe API error base class that provides details about an error that occurred while processing a service request.
The OGNL field path is provided for parsers to identify the request data element that may have caused the error.
- fieldPath - optional; type stringThe OGNL field path to identify cause of error.
- fieldPathElements - optional, unbounded; type FieldPathElementA parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.A segment of a field path. Each dot in a field path defines a new segment.
- field - optional; type stringThe name of a field in lower camelcase. (e.g. "biddingStrategy")
- index - optional; type intFor list fields, this is a 0-indexed position in the list. Null for non-list fields.
- field - optional; type string
- trigger - optional; type stringThe data that caused the error.
- errorString - optional; type stringA simple string representation of the error and reason.
List of errors. - fieldPath - optional; type string
A fault element of type ApiException. - userTeamAssociationAction - optional; type UserTeamAssociationAction
- updateUserTeamAssociationsDescription:Updates the specified {@link UserTeamAssociation} objects.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:updateUserTeamAssociationsRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type updateUserTeamAssociationsUpdates the specified {@link UserTeamAssociation} objects.
- userTeamAssociations - optional, unbounded; type UserTeamAssociation - extension of abstract type UserRecordTeamAssociation{@code UserTeamAssociation} associates a {@link User} with a {@link Team} to provide the user access to the entities that belong to the team.{@code UserRecordTeamAssociation} represents the association between a {@link UserRecord} and a {@link Team}.
- teamId - optional; type longThe {@link Team#id} of the team.
- overriddenTeamAccessType - optional; type TeamAccessType - type string with restriction - enum { 'NONE', 'READ_ONLY', 'READ_WRITE' }The overridden team access type. This field is {@code null} if team access type is not overridden.
- defaultTeamAccessType - optional; type TeamAccessType - type string with restriction - enum { 'NONE', 'READ_ONLY', 'READ_WRITE' }The default team access type {@link Team#teamAccessType}. This field is read-only and is populated by Google.
- userId - optional; type longRefers to the {@link User#id}.
- teamId - optional; type long
Output:updateUserTeamAssociationsResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type updateUserTeamAssociationsResponse- rval - optional, unbounded; type UserTeamAssociation - extension of abstract type UserRecordTeamAssociation{@code UserTeamAssociation} associates a {@link User} with a {@link Team} to provide the user access to the entities that belong to the team.{@code UserRecordTeamAssociation} represents the association between a {@link UserRecord} and a {@link Team}.
- teamId - optional; type longThe {@link Team#id} of the team.
- overriddenTeamAccessType - optional; type TeamAccessType - type string with restriction - enum { 'NONE', 'READ_ONLY', 'READ_WRITE' }The overridden team access type. This field is {@code null} if team access type is not overridden.
- defaultTeamAccessType - optional; type TeamAccessType - type string with restriction - enum { 'NONE', 'READ_ONLY', 'READ_WRITE' }The default team access type {@link Team#teamAccessType}. This field is read-only and is populated by Google.
- userId - optional; type longRefers to the {@link User#id}.
- teamId - optional; type long
Fault:ApiException (wsdlsoap:fault, use = literal)Source codeApiException type ApiExceptionFaultException class for holding a list of service errors.Base class for exceptions.- message - optional; type stringError message.
- errors - optional, unbounded; type ApiErrorThe API error base class that provides details about an error that occurred while processing a service request.
The OGNL field path is provided for parsers to identify the request data element that may have caused the error.
- fieldPath - optional; type stringThe OGNL field path to identify cause of error.
- fieldPathElements - optional, unbounded; type FieldPathElementA parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.A segment of a field path. Each dot in a field path defines a new segment.
- field - optional; type stringThe name of a field in lower camelcase. (e.g. "biddingStrategy")
- index - optional; type intFor list fields, this is a 0-indexed position in the list. Null for non-list fields.
- field - optional; type string
- trigger - optional; type stringThe data that caused the error.
- errorString - optional; type stringA simple string representation of the error and reason.
List of errors. - fieldPath - optional; type string
A fault element of type ApiException. - userTeamAssociations - optional, unbounded; type UserTeamAssociation - extension of abstract type UserRecordTeamAssociation
Port type UserTeamAssociationServiceInterfaceSource code
WSDL source code
About wsdl-viewer.xsl
Author: tomi vanek
Download athttp://tomi.vanek.sk/xml/wsdl-viewer.xsl.
The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT