Package io.getstream.chat.java.models
Class SharedLocation
- java.lang.Object
-
- io.getstream.chat.java.models.SharedLocation
-
public class SharedLocation extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SharedLocation.ActiveLiveLocationsResponse
static class
SharedLocation.GetLocationsRequestData
static class
SharedLocation.SharedLocationRequest
static class
SharedLocation.SharedLocationResponse
static class
SharedLocation.UpdateLocationRequestData
-
Constructor Summary
Constructors Constructor Description SharedLocation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SharedLocation.GetLocationsRequestData.GetLocationsRequest
getLocations()
Creates a get locations requeststatic SharedLocation.UpdateLocationRequestData.UpdateLocationRequest
updateLocation()
Creates an update location request
-
-
-
Method Detail
-
updateLocation
@NotNull public static SharedLocation.UpdateLocationRequestData.UpdateLocationRequest updateLocation()
Creates an update location request- Returns:
- the created request
-
getLocations
@NotNull public static SharedLocation.GetLocationsRequestData.GetLocationsRequest getLocations()
Creates a get locations request- Returns:
- the created request
-
-