User Profiles Search Builder
UserProfilesSearchBuilder
UserProfilesSearchBuilder Objects
class UserProfilesSearchBuilder()Defined a search over operational status catalogs
constructor
function constructor()Arguments:
parentInternalOpenGateAPI - Instance of our InternalOpenGateAPI
build
function build() -> 'StaticSearch'Build a instance of StaticSearch
Returns:
StaticSearch
Example:
ogapi.userProfileSearchBuilder().filter({and:[]}).build()customFilters
function customFilters()withId
function withId(userProfileId: string) -> 'userProfileSearchBuilder'Sets id to search
Arguments:
userProfileIdstring - user profile id
Returns:
userProfileSearchBuilder
Example:
ogapi.userProfileSearchBuilder().withId('myId').build()