Uses of Class
com.fifa.connectid.sdk.core.api.models.GetAllOrganisationsRequestType
-
Packages that use GetAllOrganisationsRequestType Package Description com.fifa.connectid.sdk.core.api This package contains the classes for FIFAConnectIDHashingV6.com.fifa.connectid.sdk.core.api.implementation This package contains the implementation classes for FIFAConnectIDHashingV6.com.fifa.connectid.sdk.core.api.models This package contains the models classes for FIFAConnectIDHashingV6. -
-
Uses of GetAllOrganisationsRequestType in com.fifa.connectid.sdk.core.api
Methods in com.fifa.connectid.sdk.core.api with parameters of type GetAllOrganisationsRequestType Modifier and Type Method Description ObjectOrganisations. getAll(GetAllOrganisationsRequestType body)Gets organisations matching provided data.ObjectOrganisations. getAll(GetAllOrganisationsRequestType body, String xActorDetails)Gets organisations matching provided data.rx.Observable<Object>Organisations. getAllAsync(GetAllOrganisationsRequestType body)Gets organisations matching provided data.com.microsoft.rest.ServiceFuture<Object>Organisations. getAllAsync(GetAllOrganisationsRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Gets organisations matching provided data.rx.Observable<Object>Organisations. getAllAsync(GetAllOrganisationsRequestType body, String xActorDetails)Gets organisations matching provided data.com.microsoft.rest.ServiceFuture<Object>Organisations. getAllAsync(GetAllOrganisationsRequestType body, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Gets organisations matching provided data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Organisations. getAllWithServiceResponseAsync(GetAllOrganisationsRequestType body)Gets organisations matching provided data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Organisations. getAllWithServiceResponseAsync(GetAllOrganisationsRequestType body, String xActorDetails)Gets organisations matching provided data. -
Uses of GetAllOrganisationsRequestType in com.fifa.connectid.sdk.core.api.implementation
Methods in com.fifa.connectid.sdk.core.api.implementation with parameters of type GetAllOrganisationsRequestType Modifier and Type Method Description ObjectOrganisationsImpl. getAll(GetAllOrganisationsRequestType body)Gets organisations matching provided data.ObjectOrganisationsImpl. getAll(GetAllOrganisationsRequestType body, String xActorDetails)Gets organisations matching provided data.rx.Observable<Object>OrganisationsImpl. getAllAsync(GetAllOrganisationsRequestType body)Gets organisations matching provided data.com.microsoft.rest.ServiceFuture<Object>OrganisationsImpl. getAllAsync(GetAllOrganisationsRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Gets organisations matching provided data.rx.Observable<Object>OrganisationsImpl. getAllAsync(GetAllOrganisationsRequestType body, String xActorDetails)Gets organisations matching provided data.com.microsoft.rest.ServiceFuture<Object>OrganisationsImpl. getAllAsync(GetAllOrganisationsRequestType body, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Gets organisations matching provided data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>OrganisationsImpl. getAllWithServiceResponseAsync(GetAllOrganisationsRequestType body)Gets organisations matching provided data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>OrganisationsImpl. getAllWithServiceResponseAsync(GetAllOrganisationsRequestType body, String xActorDetails)Gets organisations matching provided data. -
Uses of GetAllOrganisationsRequestType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return GetAllOrganisationsRequestType Modifier and Type Method Description GetAllOrganisationsRequestTypeGetAllOrganisationsRequestType. withBatchSize(Integer batchSize)Set if not set a default value of 10k is taken.GetAllOrganisationsRequestTypeGetAllOrganisationsRequestType. withIncludeMergedAndDeleted(Boolean includeMergedAndDeleted)Set set to true if the response should contain organisations deleted or merged as secondary.GetAllOrganisationsRequestTypeGetAllOrganisationsRequestType. withModifiedFromDateTime(org.joda.time.DateTime modifiedFromDateTime)Set the modifiedFromDateTime value.GetAllOrganisationsRequestTypeGetAllOrganisationsRequestType. withModifiedToDateTime(org.joda.time.DateTime modifiedToDateTime)Set the modifiedToDateTime value.GetAllOrganisationsRequestTypeGetAllOrganisationsRequestType. withNextBatchToken(String nextBatchToken)Set a next batch continuation token.GetAllOrganisationsRequestTypeGetAllOrganisationsRequestType. withOrganisationId(String organisationId)Set fIFA Unique Identifier.
-